interface CrossAssociation {
    $CreationOptions?: CrossAssociationCreationOptions;
    $ID: string;
    $Type: "DomainModels$CrossAssociation";
    child: string;
    dataStorageGuid: string;
    deleteBehavior: AssociationDeleteBehavior;
    documentation: string;
    name: string;
    owner: AssociationOwner;
    parent: string;
    source: null | DomainModels.AssociationSource;
    storageFormat: AssociationStorage;
    type: AssociationType;
    delete(): void;
    getContainer(): DomainModel;
}

Hierarchy (view full)

Properties

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

The type of the element.

child: string
dataStorageGuid: string
documentation: string
name: string
parent: string
storageFormat: AssociationStorage

Methods

  • Returns void