Содержит метаинформацию о строке перечисления.

interface ICardMetadataRecord {
    values: IStorage;
    clone(): ICardMetadataRecord;
    deserializeFromStorage(
        storage: IStorage,
        context?: StorageSerializableContext,
    ): this;
    isSealed(): boolean;
    seal(): this;
    serializeToStorage(
        storage?: IStorage,
        context?: StorageSerializableContext,
    ): IStorage;
}

Hierarchy (View Summary, Expand)

Implemented by

Properties

values: IStorage

Получает или задаёт значение поля в строке по имени колонки.

Methods

  • Returns boolean

  • Returns this

MMNEPVFCICPMFPCPTTAAATR