IEntityServiceTGet Method |
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. |