public class Company : ModelEdit, ICompany
Company | Initializes a new instance of the Company class |
Address | Gets or sets the Primary Address. |
DepositsBal | Gets or sets the Deposit Accounts Balance. |
DepositsCount | Gets or sets the number of Deposit Accounts. |
Gets or sets the Primary Email. | |
GovernmentNumber | Gets or sets the Government Number. |
Id | Gets or sets the primary key. (Overrides ModelDataId) |
NaicsCode | Gets or sets the NAICS Code. |
Name | Gets or sets the Company Name. |
PrimaryPhone | Gets or sets the Primary Phone Number. |
Private | Gets or sets the Private Company indicator. |
SecondaryPhone | Gets or sets the Secondary Phone Number. |
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 Company objects. |
Read | Builds a Company 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 Company data file. |