Method | Description | |
---|---|---|
AddAsync ( object>.Dictionary |
||
AddCustomFieldsAsync ( object primaryKeyValue, List |
||
AddOrEditAsync ( object>.Dictionary |
||
BulkImportAsync ( object>.List
|
||
CountAsync ( ) : Task |
||
CountFilteredAsync ( string filterName ) : Task |
||
CountWhereAsync ( List |
||
DeleteAsync ( object primaryKey ) : System.Threading.Tasks.Task | ||
FormRepository ( string schemaName, string tableName, string database, long loginId, int userId ) : System | ||
GetAllAsync ( ) : Task |
||
GetAsync ( object primaryKeys ) : Task |
||
GetAsync ( object primaryKey ) : Task |
||
GetCustomFieldsAsync ( string resourceId ) : Task |
||
GetDisplayFieldsAsync ( ) : Task |
||
GetDisplayFieldsAsync ( List |
||
GetFilteredAsync ( long pageNumber, string filterName ) : Task |
||
GetFiltersAsync ( string tenant, string filterName ) : Task |
||
GetFirstAsync ( ) : Task |
||
GetLastAsync ( ) : Task |
||
GetLookupFieldsAsync ( ) : Task |
||
GetLookupFieldsAsync ( List |
||
GetMetaAsync ( ) : Task |
||
GetNextAsync ( object primaryKey ) : Task |
||
GetPaginatedResultAsync ( ) : Task |
||
GetPaginatedResultAsync ( long pageNumber ) : Task |
||
GetPreviousAsync ( object primaryKey ) : Task |
||
GetWhereAsync ( long pageNumber, List |
||
UpdateAsync ( object>.Dictionary |
Method | Description | |
---|---|---|
Crypt ( object>.Dictionary |
||
Crypt ( object>.List |
||
GetCandidateKey ( ) : string | ||
GetLookupField ( ) : string | ||
GetNameColumn ( ) : string | ||
GetTableName ( ) : string |
public AddAsync ( object>.Dictionary |
||
item | object>.Dictionary | |
customFields | List |
|
skipPrimaryKey | bool | |
return | Task |
public AddCustomFieldsAsync ( object primaryKeyValue, List |
||
primaryKeyValue | object | |
customFields | List |
|
return | System.Threading.Tasks.Task |
public AddOrEditAsync ( object>.Dictionary |
||
item | object>.Dictionary | |
customFields | List |
|
return | Task |
public BulkImportAsync ( object>.List
|
||
items | object>.List | |
return | Task
|
public CountFilteredAsync ( string filterName ) : Task |
||
filterName | string | |
return | Task |
public CountWhereAsync ( List |
||
filters | List |
|
return | Task |
public DeleteAsync ( object primaryKey ) : System.Threading.Tasks.Task | ||
primaryKey | object | |
return | System.Threading.Tasks.Task |
public FormRepository ( string schemaName, string tableName, string database, long loginId, int userId ) : System | ||
schemaName | string | |
tableName | string | |
database | string | |
loginId | long | |
userId | int | |
return | System |
public GetAsync ( object primaryKeys ) : Task |
||
primaryKeys | object | |
return | Task |
public GetCustomFieldsAsync ( string resourceId ) : Task |
||
resourceId | string | |
return | Task |
public GetDisplayFieldsAsync ( List |
||
filters | List |
|
return | Task |
public GetFilteredAsync ( long pageNumber, string filterName ) : Task |
||
pageNumber | long | |
filterName | string | |
return | Task |
public GetFiltersAsync ( string tenant, string filterName ) : Task |
||
tenant | string | |
filterName | string | |
return | Task |
public GetLookupFieldsAsync ( List |
||
filters | List |
|
return | Task |
public GetNextAsync ( object primaryKey ) : Task |
||
primaryKey | object | |
return | Task |
public GetPaginatedResultAsync ( long pageNumber ) : Task |
||
pageNumber | long | |
return | Task |
public GetPreviousAsync ( object primaryKey ) : Task |
||
primaryKey | object | |
return | Task |
public GetWhereAsync ( long pageNumber, List |
||
pageNumber | long | |
filters | List |
|
return | Task |
public UpdateAsync ( object>.Dictionary |
||
item | object>.Dictionary | |
primaryKeyValue | object | |
customFields | List |
|
return | System.Threading.Tasks.Task |