Class Company
Company
Constructors
Company()
Initializes a new instance of the Company class.
Company(Guid, string, string)
Initializes a new instance of the Company class.
Parameters
identifierGuidIdentifer of the company (required)
namestringDescriptive name. Does not need to be unique. (required).
codestringCode/key. Unique for each type of object. (required).
Properties
CompanyInfo
Gets or Sets CompanyInfo
Property Value
IsCustomer
Gets or Sets if the company is a customer
Property Value
IsSupplier
Gets or Sets if the company is a supplier
Property Value
Methods
Equals(Company)
Compares two Company objects.
Parameters
otherCompanyThe other Company to compare with.
Returns
- bool
True if equals, false otherwise.