Result.CategoryNode.mock 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
Syntaxpublic static Result. CategoryNode mock(
string key,
string ticket,
Result. CategoryNode parent,
string parentKey,
List<Result. Attribute> attributes,
List<Result. Attribute> specialAttributes
)
Parameters
- key
- Type: System.String
- ticket
- Type: System.String
- parent
- Type: Apptus.ESales.Connector.Result.CategoryNode
- parentKey
- Type: System.String
- attributes
- Type: System.Collections.Generic.List<Result.Attribute>
- specialAttributes
- Type: System.Collections.Generic.List<Result.Attribute>
Return Value
Type:
Result.CategoryNode
See Also