C# 클래스 Terrarium.Server.ChartBuilder

파일 보기 프로젝트 열기: eugeniomiro/Terrarium 1 사용 예제들

공개 메소드들

메소드 설명
GetTopAnimals ( string version, OrganismType organismType, int count ) : DataSet
GrabLatestSpeciesData ( string species ) : DataSet
RefreshSpeciesList ( ) : void

비공개 메소드들

메소드 설명
ChartBuilder ( ) : System

메소드 상세

GetTopAnimals() 공개 정적인 메소드

public static GetTopAnimals ( string version, OrganismType organismType, int count ) : DataSet
version string
organismType OrganismType
count int
리턴 System.Data.DataSet

GrabLatestSpeciesData() 공개 정적인 메소드

public static GrabLatestSpeciesData ( string species ) : DataSet
species string
리턴 System.Data.DataSet

RefreshSpeciesList() 공개 정적인 메소드

public static RefreshSpeciesList ( ) : void
리턴 void