Class MetaObjectState
Summary description for MetaObjectState.
Inheritance
System.Object
MetaObjectState
Namespace: Mediachase.MetaDataPlus
Assembly: Mediachase.MetaDataPlus.dll
Version: 14.26.0Syntax
public sealed class MetaObjectState : Enum
Fields
Added
The object has been added, and AcceptChanges has not been called.
Declaration
public const MetaObjectState Added
Field Value
Type | Description |
---|---|
MetaObjectState |
Deleted
The object was deleted using the Delete method of the MetaObject.
Declaration
public const MetaObjectState Deleted
Field Value
Type | Description |
---|---|
MetaObjectState |
Modified
The object has been modified and AcceptChanges has not been called.
Declaration
public const MetaObjectState Modified
Field Value
Type | Description |
---|---|
MetaObjectState |
Unchanged
The object has not changed since AcceptChanges was last called.
Declaration
public const MetaObjectState Unchanged
Field Value
Type | Description |
---|---|
MetaObjectState |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |