Creates new XModelCategory category instance.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
protected XModelCategory(
	string name,
	string fullName
)

Parameters

name
Type: System..::.String
Category name.
fullName
Type: System..::.String
Full category name.

Exceptions

ExceptionCondition
System..::.ArgumentNullException name is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also