Table of Contents

Enum EntityState

Namespace
Dynamicweb.Core
Assembly
Dynamicweb.Core.dll
Indicates the current state of a given Entity
[Serializable]
public enum EntityState

Fields

Added = 1
Indicates that this is a newly added Entity not yet persisted
Deleted = 3
Indicates that this is a deleted Entity
Modified = 2
Indicates that this is a modified, but already persisted entity
Unchanged = 0
Indicates that this entity has not changed since loaded from persistence
To top