Occupants(Int32, String, String, DateTime) Constructor

Initializes a new instance of the Occupants class

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Occupants(
	int ID,
	string Name,
	string Relationship,
	DateTime DOB
)

Parameters

ID  Int32
 
Name  String
 
Relationship  String
 
DOB  DateTime
 

See Also