Table of Contents

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

identifier Guid

Identifer of the company (required)

name string

Descriptive name. Does not need to be unique. (required).

code string

Code/key. Unique for each type of object. (required).

Properties

CompanyInfo

Gets or Sets CompanyInfo

Property Value

CompanyInfo

IsCustomer

Gets or Sets if the company is a customer

Property Value

bool

IsSupplier

Gets or Sets if the company is a supplier

Property Value

bool

Methods

Equals(Company)

Compares two Company objects.

Parameters

other Company

The other Company to compare with.

Returns

bool

True if equals, false otherwise.