C# Class SigTrade.Models.GenericRepository

Inheritance: IGenericRepository
Afficher le fichier Open project: unepwcmc/sigtrade Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

DeleteUser() public méthode

public DeleteUser ( string key, int SourceID, int SourceType ) : void
key string
SourceID int
SourceType int
Résultat void

GetAllDecisionTypes() public méthode

public GetAllDecisionTypes ( ) : IList
Résultat IList

GetAllTradeTerms() public méthode

public GetAllTradeTerms ( ) : IList
Résultat IList

GetDescriptionByType() public méthode

public GetDescriptionByType ( int externalRef, string type ) : string
externalRef int
type string
Résultat string

SaveUser() public méthode

public SaveUser ( UsersParagraphLink user ) : void
user UsersParagraphLink
Résultat void

getAllCommittees() public méthode

public getAllCommittees ( ) : IList
Résultat IList

getAllCommitteesSelect() public méthode

public getAllCommitteesSelect ( ) : IList
Résultat IList

getAllCountries() public méthode

public getAllCountries ( ) : IList
Résultat IList

getAllLevelofConcerns() public méthode

public getAllLevelofConcerns ( ) : IList
Résultat IList

getAllMeetings() public méthode

public getAllMeetings ( ) : IList
Résultat IList

getAllMeetingsSelect() public méthode

public getAllMeetingsSelect ( ) : IList
Résultat IList

getAllPhase() public méthode

public getAllPhase ( ) : IList
Résultat IList

getAllUsersBySource() public méthode

public getAllUsersBySource ( ) : IList
Résultat IList

getConcernForParagraphAction() public méthode

public getConcernForParagraphAction ( int paction_id ) : string
paction_id int
Résultat string

getExternalRef() public méthode

public getExternalRef ( string description, string type ) : int
description string
type string
Résultat int

getOldDataImportedStatus() public méthode

public getOldDataImportedStatus ( int ReviewID ) : bool
ReviewID int
Résultat bool

getPActionLib() public méthode

public getPActionLib ( int ID ) : ParagraphActionLib
ID int
Résultat ParagraphActionLib

getParagraphActionPerReview() public méthode

public getParagraphActionPerReview ( int reviewid ) : ParagraphAction
reviewid int
Résultat ParagraphAction

getReportData() public méthode

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
Résultat DataSet

getUserByKey() public méthode

public getUserByKey ( string key ) : UsersParagraphLink
key string
Résultat UsersParagraphLink

getUserBySource() public méthode

public getUserBySource ( int SourceID, int SourceType ) : IList
SourceID int
SourceType int
Résultat IList

resetCurrentConcernForReview() public méthode

public resetCurrentConcernForReview ( int ReviewID ) : void
ReviewID int
Résultat void