ResultCategoryNodemock Method |
Creates a new CategoryNode object for test purposes.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public static ResultCategoryNode mock(
string key,
string ticket,
ResultCategoryNode parent,
string parentKey,
List<ResultAttribute> attributes,
List<ResultAttribute> specialAttributes
)
Parameters
- key
- Type: SystemString
- ticket
- Type: SystemString
- parent
- Type: Apptus.ESales.ConnectorResultCategoryNode
- parentKey
- Type: SystemString
- attributes
- Type: System.Collections.GenericListResultAttribute
- specialAttributes
- Type: System.Collections.GenericListResultAttribute
Return Value
Type:
ResultCategoryNodeSee Also