메소드 | 설명 | |
---|---|---|
Create ( |
Create the specified model.
|
|
Delete ( |
Delete the specified model.
|
|
Delete ( string id ) : bool |
Delete the specified id.
|
|
Read ( System.Guid id ) : |
Read the specified id.
|
|
Read ( string id ) : |
Read the specified id.
|
|
ReadAll ( ) : IQueryable |
Reads all.
|
|
Update ( |
Update the specified oldT and newT.
|
|
Update ( string id, |
Update the specified id and newT.
|
|
UserDataAccess ( ) : System |
Initializes a new instance of the GestUAB.DataAccess.UserDataAccess class.
|
|
Validate ( string username, string password ) : Guid? |
public Create ( |
||
model | /// The user model. /// | |
리턴 |
public Delete ( |
||
model |
/// If set to |
|
리턴 | bool |
public Delete ( string id ) : bool | ||
id | string |
/// If set to |
리턴 | bool |
public Read ( System.Guid id ) : |
||
id | System.Guid | /// Identifier. /// |
리턴 |
public Update ( |
||
oldT |
/// If set to |
|
newT |
/// If set to |
|
리턴 | bool |
public Update ( string id, |
||
id | string |
/// If set to |
newT |
/// If set to |
|
리턴 | bool |
public Validate ( string username, string password ) : Guid? | ||
username | string | |
password | string | |
리턴 | Guid? |