C# Class SigTrade.Models.TaxonRepository

Inheritance: ITaxonRepository
Show file Open project: unepwcmc/sigtrade Class Usage Examples

Public Methods

Method Description
GetAllReviewsPaged ( int pageIndex, int pageSize ) : IList
SaveReview ( TblReview r ) : int
deleteReview ( TblReview r ) : void
getAClass ( ) : IList
getAFamily ( ) : IList
getAGenus ( ) : IList
getAGenusSearch ( ) : IList
getAOrder ( ) : IList
getAPhylum ( ) : IList
getASpecies ( ) : IList
getASpeciesSearch ( ) : IList
getASpeciesbyGenus ( int genusID ) : IList
getASpeciesbyGenusSearch ( int genusID ) : IList
getAllReviews ( ) : IList
getCountries ( int TaxonID, string TaxonType, string Kingdom ) : IList
getCountriesSearch ( int TaxonID, string TaxonType, string Kingdom ) : IList
getDeadlineDatePerReview ( int ReviewID ) : System.DateTime
getKingdom ( ) : IList
getPFamily ( ) : IList
getPGenus ( ) : IList
getPGenusSearch ( ) : IList
getPSpecies ( ) : IList
getPSpeciesSearch ( ) : IList
getPSpeciesbyGenus ( int genusID ) : IList
getPSpeciesbyGenusSearch ( int genusID ) : IList
getParagraphStagePerReview ( int ReviewID ) : string
getReportCountries ( ) : IList
getReportParagraphActions ( ) : IList
getReportSpecies ( ) : IList
getReview ( int id ) : TblReview
getReviewTaxonName ( int TaxonID, string TaxonType, string Kingdom ) : string
getTaxonLevelID ( string taxonname ) : int
getTaxonbySpecies ( int SpeciesID, int Kingdom ) : Taxons

Method Details

GetAllReviewsPaged() public method

public GetAllReviewsPaged ( int pageIndex, int pageSize ) : IList
pageIndex int
pageSize int
return IList

SaveReview() public method

public SaveReview ( TblReview r ) : int
r TblReview
return int

deleteReview() public method

public deleteReview ( TblReview r ) : void
r TblReview
return void

getAClass() public method

public getAClass ( ) : IList
return IList

getAFamily() public method

public getAFamily ( ) : IList
return IList

getAGenus() public method

public getAGenus ( ) : IList
return IList

getAGenusSearch() public method

public getAGenusSearch ( ) : IList
return IList

getAOrder() public method

public getAOrder ( ) : IList
return IList

getAPhylum() public method

public getAPhylum ( ) : IList
return IList

getASpecies() public method

public getASpecies ( ) : IList
return IList

getASpeciesSearch() public method

public getASpeciesSearch ( ) : IList
return IList

getASpeciesbyGenus() public method

public getASpeciesbyGenus ( int genusID ) : IList
genusID int
return IList

getASpeciesbyGenusSearch() public method

public getASpeciesbyGenusSearch ( int genusID ) : IList
genusID int
return IList

getAllReviews() public method

public getAllReviews ( ) : IList
return IList

getCountries() public method

public getCountries ( int TaxonID, string TaxonType, string Kingdom ) : IList
TaxonID int
TaxonType string
Kingdom string
return IList

getCountriesSearch() public method

public getCountriesSearch ( int TaxonID, string TaxonType, string Kingdom ) : IList
TaxonID int
TaxonType string
Kingdom string
return IList

getDeadlineDatePerReview() public method

public getDeadlineDatePerReview ( int ReviewID ) : System.DateTime
ReviewID int
return System.DateTime

getKingdom() public method

public getKingdom ( ) : IList
return IList

getPFamily() public method

public getPFamily ( ) : IList
return IList

getPGenus() public method

public getPGenus ( ) : IList
return IList

getPGenusSearch() public method

public getPGenusSearch ( ) : IList
return IList

getPSpecies() public method

public getPSpecies ( ) : IList
return IList

getPSpeciesSearch() public method

public getPSpeciesSearch ( ) : IList
return IList

getPSpeciesbyGenus() public method

public getPSpeciesbyGenus ( int genusID ) : IList
genusID int
return IList

getPSpeciesbyGenusSearch() public method

public getPSpeciesbyGenusSearch ( int genusID ) : IList
genusID int
return IList

getParagraphStagePerReview() public method

public getParagraphStagePerReview ( int ReviewID ) : string
ReviewID int
return string

getReportCountries() public method

public getReportCountries ( ) : IList
return IList

getReportParagraphActions() public method

public getReportParagraphActions ( ) : IList
return IList

getReportSpecies() public method

public getReportSpecies ( ) : IList
return IList

getReview() public method

public getReview ( int id ) : TblReview
id int
return TblReview

getReviewTaxonName() public method

public getReviewTaxonName ( int TaxonID, string TaxonType, string Kingdom ) : string
TaxonID int
TaxonType string
Kingdom string
return string

getTaxonLevelID() public method

public getTaxonLevelID ( string taxonname ) : int
taxonname string
return int

getTaxonbySpecies() public method

public getTaxonbySpecies ( int SpeciesID, int Kingdom ) : Taxons
SpeciesID int
Kingdom int
return Taxons