|
CrudControllerTEntityRead Method |
Get a entity from the data manager
Namespace: DrawerBackup.Native.Server.ControllersAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpGetAttribute]
public virtual HttpResponseMessage Read(
[FromUriAttribute] string id
)
<AuthorizeAttribute>
<HttpGetAttribute>
Public Overridable Function Read (
<FromUriAttribute> id As String
) As HttpResponseMessage
public:
[AuthorizeAttribute]
[HttpGetAttribute]
virtual HttpResponseMessage^ Read(
[FromUriAttribute] String^ id
)
[<AuthorizeAttribute>]
[<HttpGetAttribute>]
abstract Read :
[<FromUriAttribute>] id : string -> HttpResponseMessage
[<AuthorizeAttribute>]
[<HttpGetAttribute>]
override Read :
[<FromUriAttribute>] id : string -> HttpResponseMessage
Parameters
- id
- Type: SystemString
Return Value
Type:
HttpResponseMessage
See Also