The IMetabaseUpdateObjectApplyState interface contains properties used to get information about readiness of an object to update.
| Property name | Brief description | |
| ApplyAfterParent | The ApplyAfterParent property determines whether the object should be updated after updating its parent | |
| ConflictObject | The ConflictObject property returns repository object with that a conflict appeared while preparing an object to update. | |
| CreatedObject | The CreatedObject property returns description of an object created while updating. | |
| ForceParent | The ForceParent property determines the description of the object which is the parent to the specified update object. | |
| ForceUpdateObject | The ForceUpdateObject property determines repository object to that update is performed not depending on settings that are set for an object in the update. | |
| ForceUpdateVcs | The ForceUpdateVcs property determines whether update is forced on the object controlled by VCS | |
| State | The State property determines a state of readiness of an object to update. | |
| UpdateObject | The UpdateObject property determines repository object to that update is performed. |
See also: