IEntityServiceT Interface | 
Namespace: Dundas.BI.Entities
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public interface IEntityService<T> where T : EntityBase
The IEntityServiceT type exposes the following members.
| Name | Description | |
|---|---|---|
| Get(Guid) | Gets an entity by its ID.  | |
| Get(Guid, EntityGetOptions) | Gets an entity by its ID and revision number.  | |
| Get(Guid, Int64) | Gets an entity by its ID and revision number.  | |
| Get(String, Guid) | Gets an entity by its name.  | |
| Get(Guid, Int64, EntityGetOptions) | Gets an entity by its ID and revision number.  | |
| Get(String, Guid, EntityGetOptions) | Gets an entity by its name.  | |
| Get(String, Guid, Int64) | Gets an entity by its name and revision number.  | |
| Get(String, Guid, Int64, EntityGetOptions) | Gets an entity by its name and revision number.  | |
| GetUndoContext | Gets the undo context.  | |
| RestoreUndoFrame | Restores the entity to the undo frame.  | |
| Rewire | Rewires the specified entity.  | |
| Save(T) | Saves the specified entity.  | |
| Save(T, String, Guid, EntityCreationOptions) | Saves the specified entity.  | |
| Save(T, String, Guid, Boolean) | Saves the specified entity.  | |
| TryRedo | Tries to redo the last change done to the entity.  | |
| TryUndo | Tries to undo the last change done to the entity.  |