Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class MetaObjectState

Specifies meta object state.

Inheritance
System.Object
MetaObjectState
Namespace: Mediachase.BusinessFoundation.Data.Meta
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public sealed class MetaObjectState : Enum

Fields

Created

A new object has been created, and Save() has not been called.

Declaration
public const MetaObjectState Created
Field Value
Type Description
MetaObjectState

Deleted

The object was deleted.

Declaration
public const MetaObjectState Deleted
Field Value
Type Description
MetaObjectState

Modified

The object has been modified, and Save() has not been called.

Declaration
public const MetaObjectState Modified
Field Value
Type Description
MetaObjectState

Unchanged

The object has not changed since Save() was last called.

Declaration
public const MetaObjectState Unchanged
Field Value
Type Description
MetaObjectState

value__

Declaration
public int value__
Field Value
Type Description
System.Int32