Enum MetaObjectState
Summary description for MetaObjectState.
Namespace: Mediachase.MetaDataPlus
Assembly: Mediachase.MetaDataPlus.dll
Version: 13.30.0Syntax
public enum MetaObjectState
Fields
Name | Description |
---|---|
Added | The object has been added, and AcceptChanges has not been called. |
Deleted | The object was deleted using the Delete method of the MetaObject. |
Modified | The object has been modified and AcceptChanges has not been called. |
Unchanged | The object has not changed since AcceptChanges was last called. |