IEntityServiceT Methods

The IEntityServiceT generic type exposes the following members.

Methods
  NameDescription
Public methodGet(Guid)
Gets an entity by its ID.
Public methodGet(Guid, Int64)
Gets an entity by its ID and revision number.
Public methodGet(String, Guid)
Gets an entity by its name.
Public methodGet(String, Guid, Int64)
Gets an entity by its name and revision number.
Public methodGetUndoContext
Gets the undo context.
Public methodRestoreUndoFrame
Restores the entity to the undo frame.
Public methodRewire
Rewires the specified entity.
Public methodSave(T)
Saves the specified entity.
Public methodSave(T, String, Guid, EntityCreationOptions)
Saves the specified entity.
Public methodSave(T, String, Guid, Boolean)
Saves the specified entity.
Public methodTryRedo
Tries to redo the last change done to the entity.
Public methodTryUndo
Tries to undo the last change done to the entity.
Top
See Also