|  | IEntityStates Interface | 
Namespace: EBP.Api.Interfaces.Entity
 Syntax
SyntaxThe IEntityStates type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsAddingToUndoStack | 
            The entity is adding to the undo stack
             | 
|  | IsAppending | 
            The entity is going in Append mode
             | 
|  | IsAppendingInDuplicate | 
            An entity is appending for a duplication
             | 
|  | IsCanceling | 
            The entity is in edit mode, but the modification is canceling
             | 
|  | IsClearing | 
            The content of the entity is clearing
             | 
|  | IsCopying | 
            The entity is copied from another entity
             | 
|  | IsDeleting | 
            the entity is deleting by its adapter
             | 
|  | IsDirty | 
            The entity is dirty, some informations has been modified
             | 
|  | IsEditing | 
            The entity is going in edit mode
             | 
|  | IsInitializing | 
            The entity is initializing 
             | 
|  | IsLoading | 
            The entity is loading by its adapter
             | 
|  | IsRemovingFromParentCollection | 
            An entity is currently removed from its parent collection
             | 
|  | IsSaving | 
            The entity is saving by its adapter
             | 
|  | IsSynchronizing | 
            Indicates on the Top most entity that there is a synchronization
             | 
|  | IsUndoing | 
            The entity is undoing/redoing
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a new object that is a copy of the current instance.(Inherited from ICloneable.) | 
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
 See Also
See Also