Class Company
Describes Company object.
public class Company : DatabaseObject, INotifyPropertyChanged, IComparable, IIdentifiable
- Inheritance
-
Company
- Implements
- Derived
- Inherited Members
Constructors
Company()
Creates new instance of Company.
public Company()
Company(string)
Creates new instance of Company.
public Company(string name)
Parameters
name
string
Fields
Empty
public static readonly Company Empty