C# Class HydroServerToolsRepository.Repository.OffsetTypesRepository

Inheritance: IOffsetTypesRepository
Afficher le fichier Open project: CUAHSI/Azure-Hydroservertools Class Usage Examples

Méthodes publiques

Méthode Description
AddOffsetTypes ( List itemList, string entityConnectionString, string instanceIdentifier, List &listOfIncorrectRecords, List &listOfCorrectRecords, List &listOfDuplicateRecords, List &listOfEditedRecords ) : void
GetAll ( string connectionString ) : List
GetOffsetTypes ( string connectionString, int startIndex, int pageSize, System sortedColumns, int &totalRecordCount, int &searchRecordCount, string searchString ) : List
deleteAll ( string entityConnectionString ) : void

Method Details

AddOffsetTypes() public méthode

public AddOffsetTypes ( List itemList, string entityConnectionString, string instanceIdentifier, List &listOfIncorrectRecords, List &listOfCorrectRecords, List &listOfDuplicateRecords, List &listOfEditedRecords ) : void
itemList List
entityConnectionString string
instanceIdentifier string
listOfIncorrectRecords List
listOfCorrectRecords List
listOfDuplicateRecords List
listOfEditedRecords List
Résultat void

GetAll() public méthode

public GetAll ( string connectionString ) : List
connectionString string
Résultat List

GetOffsetTypes() public méthode

public GetOffsetTypes ( string connectionString, int startIndex, int pageSize, System sortedColumns, int &totalRecordCount, int &searchRecordCount, string searchString ) : List
connectionString string
startIndex int
pageSize int
sortedColumns System
totalRecordCount int
searchRecordCount int
searchString string
Résultat List

deleteAll() public méthode

public deleteAll ( string entityConnectionString ) : void
entityConnectionString string
Résultat void