ResultCategoryNodemock Method A Sandcastle Documented Class Library
Creates a new CategoryNode object for test purposes.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
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: ResultCategoryNode
See Also

Reference