public class Person : ModelEdit, IPerson
Person | Initializes a new instance of the Person class |
Address | Gets or sets the Primary Address. |
BirthDate | Gets or sets the Date of Birth. |
FirstName | Gets or sets the First Name. |
FullName | Gets the Full Name. |
GovernmentNumber | Gets or sets the Government Number. |
HomePhone | Gets or sets the Home Phone Number. |
Id | Gets or sets the primary key. (Overrides ModelDataId) |
IdNumber | Gets or sets the Identification Number. |
IdProvince | Gets or sets the Identification Province. |
LastName | Gets or sets the Last Name. |
MiddleName | Gets or sets the Middle Name. |
Clone | Creates a new object that is a copy of the current instance. (Overrides ModelEditClone) |
Equals | Indicates whether the current object is equal to another object of the same type. (Overrides ModelEditEquals(Object)) |
GetSerializerOptions | Gets the Json serializer options for Person objects. |
Read | Builds a Person object from a database table row. |
Update | Updates the current object properties from an object of the same type. (Overrides ModelEditUpdate(Object)) |
UpdateSQL | Builds the SQL script for any value changes. |
cDefaultFile | Default name of the Person data file. |