Creates a new CategoryNode object for test purposes.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
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