Namespace: Resto.Front.Api.V3.Data.Brd
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
public interface IClient : IVersionedEntity, IEntity, ISerializable
The IClient type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToEntityStub | (Defined by IEntityExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| Addresses | ||
| BlacklistReason | Reason why client was added to blacklist. | |
| CardNumber | ||
| Comment | ||
| DateCreated | Date of client's creation. | |
| Emails | ||
| Id | (Inherited from IEntity.) | |
| IikoNetId | Id of client's account in iikoNet. | |
| InBlacklist | Is client in blacklist. | |
| MainAddressIndex | ||
| MarketingSource | Advertising Source of customer (for example, some web site, call center) | |
| Name | ||
| Nick | ||
| Phones | ||
| Revision | (Inherited from IVersionedEntity.) | |
| Surname |
See Also