Represents the current state of an Entity.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public enum EntityState
Visual Basic (Declaration)
Public Enumeration EntityState

Members

Member nameDescription
Default
The entity is in a clean, default state.
New
The entity is marked for insertion.
Modified
The entity has been modified.
Deleted
The entity is marked for deletion.

See Also