Represents the current state of an Entity.
Namespace:
Mindscape.LightSpeedAssembly: 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 name | Description | |
|---|---|---|
| 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.
|