Interface IApiEntity
Базовая сущность API.
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IApiEntity
Properties
Identifier
Возвращает уникальный идентификатор объекта.
Declaration
ApiObjectIdentifier Identifier { get; }
Property Value
| Type | Description |
|---|---|
| ApiObjectIdentifier |
ObjectId
Возвращает идентификатор объекта.
Declaration
int ObjectId { get; }
Property Value
| Type | Description |
|---|---|
| int |
ObjectType
Возвращает тип объекта.
Declaration
ObjectType ObjectType { get; }
Property Value
| Type | Description |
|---|---|
| ObjectType |
Methods
IsValid()
Возвращает признак того, валидный объект или нет.
Declaration
bool IsValid()
Returns
| Type | Description |
|---|---|
| bool |
|