Interface IApiObject
Базовый объект API.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IApiObject : IApiEntity, INotifyPropertyChanged
Properties
StorageType
Возвращает статус объекта.
Declaration
ObjectStorageType StorageType { get; }
Property Value
| Type | Description |
|---|---|
| ObjectStorageType |
WriteAccess
Возвращает признак, открыт ли объект на запись.
Declaration
bool WriteAccess { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
GetProtectionMessage()
Для защищенных объектов возвращает сообщение об ошибке защиты.
Declaration
string GetProtectionMessage()
Returns
| Type | Description |
|---|---|
| string | Сообщение об ошибке защиты (пустая строка - ошибок нет). |
Events
Deleted
Событие, вызывается после удаления объекта.
Declaration
event EventHandler Deleted
Event Type
| Type | Description |
|---|---|
| EventHandler |