IViewServiceGet Method | 
| Name | Description | |
|---|---|---|
| Get(Guid) | Gets an entity by its ID.  | |
| Get(String, Guid) | Gets an entity by its name.  (Inherited from IEntityServiceT.) | |
| 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, EntityGetOptions) | Gets an entity by its name.  (Inherited from IEntityServiceT.) | |
| Get(String, Guid, Int64) | Gets an entity by its name and revision number.  (Inherited from IEntityServiceT.) | |
| Get(Guid, Int64, EntityGetOptions) | Gets an entity by its ID and revision number.  | |
| Get(String, Guid, Int64, EntityGetOptions) | Gets an entity by its name and revision number.  (Inherited from IEntityServiceT.) |