Click or drag to resize

IEntityStates Interface

Class representing the state of an entity

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IEntityStates : IDisposable, 
	IEquatable<IProxy>, ICloneable

The IEntityStates type exposes the following members.

Properties
  NameDescription
Public propertyIsAddingToUndoStack
The entity is adding to the undo stack
Public propertyIsAppending
The entity is going in Append mode
Public propertyIsAppendingInDuplicate
An entity is appending for a duplication
Public propertyIsCanceling
The entity is in edit mode, but the modification is canceling
Public propertyIsClearing
The content of the entity is clearing
Public propertyIsCopying
The entity is copied from another entity
Public propertyIsDeleting
the entity is deleting by its adapter
Public propertyIsDirty
The entity is dirty, some informations has been modified
Public propertyIsEditing
The entity is going in edit mode
Public propertyIsInitializing
The entity is initializing
Public propertyIsLoading
The entity is loading by its adapter
Public propertyIsRemovingFromParentCollection
An entity is currently removed from its parent collection
Public propertyIsSaving
The entity is saving by its adapter
Public propertyIsSynchronizing
Indicates on the Top most entity that there is a synchronization
Public propertyIsUndoing
The entity is undoing/redoing
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also