Class Customer
Потребитель.
Inheritance
System.Object
Customer
Implements
Namespace: Lers.Models
Assembly: Lers.Models.dll
Syntax
public class Customer : object, IUniqueObject
Fields
MaxTitleLength
Максимальная длина наименования.
Declaration
public const int MaxTitleLength = null
Field Value
Type | Description |
---|---|
System.Int32 |
MaxVatIdLength
Максимальная длина ИНН.
Declaration
public const int MaxVatIdLength = null
Field Value
Type | Description |
---|---|
System.Int32 |
Remarks
Для разных лиц длина ИНН разная. Модель проверяет только максимально возможную длину поля.
Properties
Адрес EMail.
Declaration
public string EMail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExecutiveName
Имя должностного лица (руководителя).
Declaration
public string ExecutiveName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExecutivePosition
Должность руководителя.
Declaration
public string ExecutivePosition { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Уникальный идентификатор.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsNaturalPerson
Флаг, указывает что потребитель является физическим лицом.
Declaration
public bool IsNaturalPerson { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Phone
Телефон.
Declaration
public string Phone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Наименование.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VatId
ИНН. В англоязычном мире - VAT (value added tax) identification number.
Declaration
public string VatId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |