Interface IGenericObjectProperties

interface IGenericObjectProperties {
    qExtendsId?: string;
    qInfo: INxInfo;
}

Hierarchy

  • IGenericObjectProperties
    • IGenericObjectProperties

Properties

Properties

qExtendsId?: string
qInfo: INxInfo

Identifier and type of the object.

This parameter is mandatory.