NeoEntityModel.EntityState Enumeration

Neo Persistable Class

neo-persistibleclasses

NeoEntityModel..::..EntityState Enumeration

Namespace:  NeoPersistableClass
Assembly:  NPCdApp (in NPCdApp.dll)

Syntax


public enum EntityState
Public Enumeration EntityState
public enum class EntityState

Members


Member nameDescription
NULL Null entity state
INIT Initialized entity state
SET Set entity state
PUTTED Putted entity state
GETTED Getted entity state
MISSING Missing entity state
TOMBSTONED Tombstoned entity state
NOTAUTHORIZED Notauthorized entity state (Future work)