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
Create Method
Create a new
entity
Namespace:
SandcastleTest.Generic.DAL.FileSystemStorage
Assembly:
SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
Create
( T
entity
)
Parameters
entity
Type:
T
Base class for all POCOs
Implements
ICreateReadUpdateDelete
T
Create(T)
Exceptions
Exception
Condition
ArgumentNullException
is thrown, when
entity
is null
See Also
Reference
Crud
T
Class
SandcastleTest.Generic.DAL.FileSystemStorage Namespace