IEntityServiceTGet Method

Overload List
 NameDescription
Public methodGet(Guid)Gets an entity by its ID.
Public methodGet(Guid, EntityGetOptions)Gets an entity by its ID and revision number.
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(Guid, Int64, EntityGetOptions)Gets an entity by its ID and revision number.
Public methodGet(String, Guid, EntityGetOptions)Gets an entity by its name.
Public methodGet(String, Guid, Int64)Gets an entity by its name and revision number.
Public methodGet(String, Guid, Int64, EntityGetOptions)Gets an entity by its name and revision number.
Top
See Also