SynchronizationConfigSpecifiesRootSources Class
Beta
Relates a SynchronizationConfigLink to root ExternalSource instances.
note The associated ECClass was added to the BisCore schema in version 1.0.13
Extends
Inherited methods
| Name | Inherited from | Description |
|---|---|---|
| collectReferenceIds(referenceIds: Set<string>): void Protected | SynchronizationConfigProcessesSources | Collect the Ids of this entity's references at this level of the class hierarchy. |
| delete(): void | SynchronizationConfigProcessesSources | Delete this Relationship from the iModel. |
| forEachProperty(func: PropertyCallback, includeCustom: boolean = true): void | SynchronizationConfigProcessesSources | Call a function for each property of this Entity. |
| getReferenceIds(): Set<string> | SynchronizationConfigProcessesSources | Get the Ids of this element's references. |
| insert(): string | SynchronizationConfigProcessesSources | Insert this Relationship into the iModel. |
| update(): void | SynchronizationConfigProcessesSources | Update this Relationship in the iModel. |
| create<T extends ElementRefersToElements<T>>(iModel: IModelDb, sourceId: string, targetId: string): T Static | SynchronizationConfigProcessesSources | Create an instance of the Relationship. |
| getInstance<T extends Relationship<T>>(iModel: IModelDb, criteria: string | SourceAndTarget): T Static | SynchronizationConfigProcessesSources | |
| insert<T extends ElementRefersToElements<T>>(iModel: IModelDb, sourceId: string, targetId: string): string Static | SynchronizationConfigProcessesSources | Insert a new instance of the Relationship. |
| is(otherClass: undefined): boolean Static | SynchronizationConfigProcessesSources | return whether this Entity class is a subclass of another Entity class |
| onDeletedDependency(_props: RelationshipProps, _iModel: IModelDb): void Static | SynchronizationConfigProcessesSources | Callback invoked by saveChanges on an ElementDrivesElement relationship when the relationship instance has been deleted. |
| onRootChanged(_props: RelationshipProps, _iModel: IModelDb): void Static | SynchronizationConfigProcessesSources | Callback invoked by saveChanges on an ElementDrivesElement relationship when its input has changed or is the output of some upstream relationship whose input has changed. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| classFullName Accessor ReadOnly | string | SynchronizationConfigProcessesSources | Get the full BIS class name of this Entity in the form "schema:class". |
| classFullName Accessor StaticReadOnly | string | SynchronizationConfigProcessesSources | Get the full BIS class name of this Entity in the form "schema:class" |
| className Accessor ReadOnly | string | SynchronizationConfigProcessesSources | The name of the BIS class associated with this class. |
| id | string | SynchronizationConfigProcessesSources | The Id of this Entity. |
| iModel | IModelDb | SynchronizationConfigProcessesSources | The IModelDb that contains this Entity |
| isInstanceOfEntity Readonly | "true" | SynchronizationConfigProcessesSources | An immutable property used to discriminate between Entity and EntityProps, used to inform the TypeScript compiler that these two types |
| schema Static | undefined | SynchronizationConfigProcessesSources | The Schema that defines this class. |
| schemaName Accessor ReadOnly | string | SynchronizationConfigProcessesSources | The name of the BIS Schema that defines this class |
| sourceId Readonly | string | SynchronizationConfigProcessesSources | |
| targetId Readonly | string | SynchronizationConfigProcessesSources |
Defined in
- backend/src/Relationship.ts Line 132
Last Updated: 30 November, 2023