Property | Type | Description | |
---|---|---|---|
GetSafeId | string |
Method | Description | |
---|---|---|
Delete ( string id ) : void | ||
Exists ( string id ) : bool | ||
List ( bool>.Func |
||
Load ( string id ) : System.Dynamic.ExpandoObject | ||
Repository ( string type ) : System | ||
Save ( string id, System.Dynamic.ExpandoObject data ) : string |
Method | Description | |
---|---|---|
GetSafeId ( string id ) : string |
public List ( bool>.Func |
||
filter | bool>.Func | |
return | IEnumerable |
public Load ( string id ) : System.Dynamic.ExpandoObject | ||
id | string | |
return | System.Dynamic.ExpandoObject |
public Save ( string id, System.Dynamic.ExpandoObject data ) : string | ||
id | string | |
data | System.Dynamic.ExpandoObject | |
return | string |