Classes(Int64, Int32, Int64, String, String) Constructor

Initializes a new instance of the Classes class

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Classes(
	long ID,
	int clientId,
	long acctId,
	string name,
	string value
)

Parameters

ID  Int64
 
clientId  Int32
 
acctId  Int64
 
name  String
 
value  String
 

See Also