DescribedEntity | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface DescribedEntity

    interface DescribedEntity {
        schema: string;
        schemaId: number;
        type: string;
        typeId: number;
        wrdGuid: string;
        wrdTag: string;
    }
    Index

    Properties

    schema: string

    Entity's schema tag

    schemaId: number

    Entity's schema id

    type: string

    Entity's type tag

    typeId: number

    Entity's type id

    wrdGuid: string

    Entitys wrdGuid

    wrdTag: string

    Entity's tag