C# 클래스 SigTrade.Models.GenericRepository

상속: IGenericRepository
파일 보기 프로젝트 열기: unepwcmc/sigtrade 1 사용 예제들

공개 메소드들

메소드 설명
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