ResultCategoryDatamock Method |
Create a new CategoryData object for testing purposes.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public static ResultCategoryData mock(
string key,
string ticket,
string parentKey,
string tree,
List<ResultAttribute> attributes,
List<ResultAttribute> specialAttributes
)
Parameters
- key
- Type: SystemString
- ticket
- Type: SystemString
- parentKey
- Type: SystemString
- tree
- Type: SystemString
- attributes
- Type: System.Collections.GenericListResultAttribute
- specialAttributes
- Type: System.Collections.GenericListResultAttribute
Return Value
Type:
ResultCategoryDataSee Also