C# Класс SigTrade.Models.GenericRepository

Наследование: IGenericRepository
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DeleteUser ( string key, int SourceID, int SourceType ) : void
GetAllDecisionTypes ( ) : IList
GetAllTradeTerms ( ) : IList
GetDescriptionByType ( int externalRef, string type ) : string
SaveUser ( UsersParagraphLink user ) : void
getAllCommittees ( ) : IList
getAllCommitteesSelect ( ) : IList
getAllCountries ( ) : IList
getAllLevelofConcerns ( ) : IList
getAllMeetings ( ) : IList
getAllMeetingsSelect ( ) : IList
getAllPhase ( ) : IList
getAllUsersBySource ( ) : IList
getConcernForParagraphAction ( int paction_id ) : string
getExternalRef ( string description, string type ) : int
getOldDataImportedStatus ( int ReviewID ) : bool
getPActionLib ( int ID ) : ParagraphActionLib
getParagraphActionPerReview ( int reviewid ) : ParagraphAction
getReportData ( int country, int phase, int paLibId, int concern, string actors, int kingdom, int taxonId ) : DataSet
getUserByKey ( string key ) : UsersParagraphLink
getUserBySource ( int SourceID, int SourceType ) : IList
resetCurrentConcernForReview ( int ReviewID ) : void

Описание методов

DeleteUser() публичный Метод

public DeleteUser ( string key, int SourceID, int SourceType ) : void
key string
SourceID int
SourceType int
Результат void

GetAllDecisionTypes() публичный Метод

public GetAllDecisionTypes ( ) : IList
Результат IList

GetAllTradeTerms() публичный Метод

public GetAllTradeTerms ( ) : IList
Результат IList

GetDescriptionByType() публичный Метод

public GetDescriptionByType ( int externalRef, string type ) : string
externalRef int
type string
Результат string

SaveUser() публичный Метод

public SaveUser ( UsersParagraphLink user ) : void
user UsersParagraphLink
Результат void

getAllCommittees() публичный Метод

public getAllCommittees ( ) : IList
Результат IList

getAllCommitteesSelect() публичный Метод

public getAllCommitteesSelect ( ) : IList
Результат IList

getAllCountries() публичный Метод

public getAllCountries ( ) : IList
Результат IList

getAllLevelofConcerns() публичный Метод

public getAllLevelofConcerns ( ) : IList
Результат IList

getAllMeetings() публичный Метод

public getAllMeetings ( ) : IList
Результат IList

getAllMeetingsSelect() публичный Метод

public getAllMeetingsSelect ( ) : IList
Результат IList

getAllPhase() публичный Метод

public getAllPhase ( ) : IList
Результат IList

getAllUsersBySource() публичный Метод

public getAllUsersBySource ( ) : IList
Результат IList

getConcernForParagraphAction() публичный Метод

public getConcernForParagraphAction ( int paction_id ) : string
paction_id int
Результат string

getExternalRef() публичный Метод

public getExternalRef ( string description, string type ) : int
description string
type string
Результат int

getOldDataImportedStatus() публичный Метод

public getOldDataImportedStatus ( int ReviewID ) : bool
ReviewID int
Результат bool

getPActionLib() публичный Метод

public getPActionLib ( int ID ) : ParagraphActionLib
ID int
Результат ParagraphActionLib

getParagraphActionPerReview() публичный Метод

public getParagraphActionPerReview ( int reviewid ) : ParagraphAction
reviewid int
Результат ParagraphAction

getReportData() публичный Метод

public getReportData ( int country, int phase, int paLibId, int concern, string actors, int kingdom, int taxonId ) : DataSet
country int
phase int
paLibId int
concern int
actors string
kingdom int
taxonId int
Результат DataSet

getUserByKey() публичный Метод

public getUserByKey ( string key ) : UsersParagraphLink
key string
Результат UsersParagraphLink

getUserBySource() публичный Метод

public getUserBySource ( int SourceID, int SourceType ) : IList
SourceID int
SourceType int
Результат IList

resetCurrentConcernForReview() публичный Метод

public resetCurrentConcernForReview ( int ReviewID ) : void
ReviewID int
Результат void