ResultCategoryDatamock Method A Sandcastle Documented Class Library
Create a new CategoryData object for testing purposes.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
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: ResultCategoryData
See Also

Reference