ChangedInstanceIds Class

Class for discovering modified elements between 2 versions of an iModel.

Methods

Name Description
constructor(db: IModelDb): ChangedInstanceIds    
addChange(change: ChangedECInstance): Promise<void> Adds the provided ChangedECInstance to the appropriate set of changes by class type (codeSpec, model, element, aspect, or relationship) maintained by this instance of ChangedInstanceIds.  
initialize(opts: ChangedInstanceIdsInitOptions): Promise<undefined | ChangedInstanceIds> Static Initializes a new ChangedInstanceIds object with information taken from a range of changesets.  

Properties

Name Type Description
aspect ChangedInstanceOps    
codeSpec ChangedInstanceOps    
element ChangedInstanceOps    
font ChangedInstanceOps    
model ChangedInstanceOps    
relationship ChangedInstanceOps    

Defined in

Last Updated: 13 May, 2024