A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
SandcastleTest.Generic.DAL.FileSystemStorage
Crud(T) Class
Crud(T) Methods
Create Method
Delete Method
Exists Method
GetEntity Method
GetList Method
Store Method
Update Method
Crud
T
GetEntity Method
Get an entity by
Id
Namespace:
SandcastleTest.Generic.DAL.FileSystemStorage
Assembly:
SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
T
GetEntity
(
Guid
id
)
Parameters
id
Type:
System
Guid
The see
Id
of the entity.
Return Value
Type:
T
an entity of type
T
Implements
ICreateReadUpdateDelete
T
GetEntity(Guid)
See Also
Reference
Crud
T
Class
SandcastleTest.Generic.DAL.FileSystemStorage Namespace