Category(Int16, Int32, String, String, String, String) Constructor

Initializes a new instance of the Category class

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Category(
	short Sequence,
	int Id,
	string Key,
	string SubOf,
	string CategoryDescription,
	string OldKey
)

Parameters

Sequence  Int16
 
Id  Int32
 
Key  String
 
SubOf  String
 
CategoryDescription  String
 
OldKey  String
 

See Also