Method | Description | |
---|---|---|
CreateItemAsync ( item ) : Task |
||
DeleteItemAsync ( string id ) : Task, | ||
GetItemAsync ( string id ) : Task |
||
GetItemsAsync ( Expression, predicate ) : Task |
||
Initialize ( ) : void | ||
UpdateItemAsync ( string id, item ) : Task |
Method | Description | |
---|---|---|
CreateCollectionIfNotExistsAsync ( ) : Task, | ||
CreateDatabaseIfNotExistsAsync ( ) : Task, |
public static DeleteItemAsync ( string id ) : Task, | ||
id | string | |
return | Task, |
public static GetItemAsync ( string id ) : Task |
||
id | string | |
return | Task |
public static GetItemsAsync ( Expression, predicate ) : Task |
||
predicate | Expression, | |
return | Task |
public static UpdateItemAsync ( string id, item ) : Task |
||
id | string | |
return | Task |