C# 클래스 kasthack.vksharp.Api.MethodGroup_Database

파일 보기 프로젝트 열기: kasthack/kasthack.vksharp

공개 메소드들

메소드 설명
GetChairs ( int facultyId, int offset = null, int count = 100 ) : Task>
GetChairsSync ( int facultyId, int offset = null, int count = 100 ) : EntityList
GetCities ( int countryId, int regionId = null, string q = "", bool needAll = false, int offset = null, int count = 100 ) : Task
GetCitiesById ( ) : Task
GetCitiesByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseCity[]
GetCitiesSync ( int countryId, int regionId = null, string q = "", bool needAll = false, int offset = null, int count = 100 ) : kasthack.vksharp.DataTypes.Entities.DatabaseCity[]
GetCountries ( string code = "", bool needAll = false, int offset = null, int count = 100 ) : Task>
GetCountriesById ( ) : Task
GetCountriesByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]
GetCountriesSync ( string code = "", bool needAll = false, int offset = null, int count = 100 ) : EntityList
GetFaculties ( int universityId, int offset = null, int count = 100 ) : Task>
GetFacultiesSync ( int universityId, int offset = null, int count = 100 ) : EntityList
GetRegions ( int countryId, string q = "", int offset = null, int count = 100 ) : Task>
GetRegionsSync ( int countryId, string q = "", int offset = null, int count = 100 ) : EntityList
GetSchoolClasses ( int countryId ) : Task
GetSchoolClassesSync ( int countryId ) : kasthack.vksharp.DataTypes.EntityFragments.DatabaseClass[]
GetSchools ( int cityId = null, string q = "", int offset = null, int count = 100 ) : Task
GetSchoolsSync ( int cityId = null, string q = "", int offset = null, int count = 100 ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]
GetStreetsById ( ) : Task
GetStreetsByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]
GetUniversities ( int countryId = null, int cityId = null, string q = "", int offset = null, int count = 100 ) : Task
GetUniversitiesSync ( int countryId = null, int cityId = null, string q = "", int offset = null, int count = 100 ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]

비공개 메소드들

메소드 설명
MethodGroup_Database ( Api parent ) : System

메소드 상세

GetChairs() 공개 메소드

public GetChairs ( int facultyId, int offset = null, int count = 100 ) : Task>
facultyId int
offset int
count int
리턴 Task>

GetChairsSync() 공개 메소드

public GetChairsSync ( int facultyId, int offset = null, int count = 100 ) : EntityList
facultyId int
offset int
count int
리턴 EntityList

GetCities() 공개 메소드

public GetCities ( int countryId, int regionId = null, string q = "", bool needAll = false, int offset = null, int count = 100 ) : Task
countryId int
regionId int
q string
needAll bool
offset int
count int
리턴 Task

GetCitiesById() 공개 메소드

public GetCitiesById ( ) : Task
리턴 Task

GetCitiesByIdSync() 공개 메소드

public GetCitiesByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseCity[]
리턴 kasthack.vksharp.DataTypes.Entities.DatabaseCity[]

GetCitiesSync() 공개 메소드

public GetCitiesSync ( int countryId, int regionId = null, string q = "", bool needAll = false, int offset = null, int count = 100 ) : kasthack.vksharp.DataTypes.Entities.DatabaseCity[]
countryId int
regionId int
q string
needAll bool
offset int
count int
리턴 kasthack.vksharp.DataTypes.Entities.DatabaseCity[]

GetCountries() 공개 메소드

public GetCountries ( string code = "", bool needAll = false, int offset = null, int count = 100 ) : Task>
code string
needAll bool
offset int
count int
리턴 Task>

GetCountriesById() 공개 메소드

public GetCountriesById ( ) : Task
리턴 Task

GetCountriesByIdSync() 공개 메소드

public GetCountriesByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]
리턴 kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]

GetCountriesSync() 공개 메소드

public GetCountriesSync ( string code = "", bool needAll = false, int offset = null, int count = 100 ) : EntityList
code string
needAll bool
offset int
count int
리턴 EntityList

GetFaculties() 공개 메소드

public GetFaculties ( int universityId, int offset = null, int count = 100 ) : Task>
universityId int
offset int
count int
리턴 Task>

GetFacultiesSync() 공개 메소드

public GetFacultiesSync ( int universityId, int offset = null, int count = 100 ) : EntityList
universityId int
offset int
count int
리턴 EntityList

GetRegions() 공개 메소드

public GetRegions ( int countryId, string q = "", int offset = null, int count = 100 ) : Task>
countryId int
q string
offset int
count int
리턴 Task>

GetRegionsSync() 공개 메소드

public GetRegionsSync ( int countryId, string q = "", int offset = null, int count = 100 ) : EntityList
countryId int
q string
offset int
count int
리턴 EntityList

GetSchoolClasses() 공개 메소드

public GetSchoolClasses ( int countryId ) : Task
countryId int
리턴 Task

GetSchoolClassesSync() 공개 메소드

public GetSchoolClassesSync ( int countryId ) : kasthack.vksharp.DataTypes.EntityFragments.DatabaseClass[]
countryId int
리턴 kasthack.vksharp.DataTypes.EntityFragments.DatabaseClass[]

GetSchools() 공개 메소드

public GetSchools ( int cityId = null, string q = "", int offset = null, int count = 100 ) : Task
cityId int
q string
offset int
count int
리턴 Task

GetSchoolsSync() 공개 메소드

public GetSchoolsSync ( int cityId = null, string q = "", int offset = null, int count = 100 ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]
cityId int
q string
offset int
count int
리턴 kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]

GetStreetsById() 공개 메소드

public GetStreetsById ( ) : Task
리턴 Task

GetStreetsByIdSync() 공개 메소드

public GetStreetsByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]
리턴 kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]

GetUniversities() 공개 메소드

public GetUniversities ( int countryId = null, int cityId = null, string q = "", int offset = null, int count = 100 ) : Task
countryId int
cityId int
q string
offset int
count int
리턴 Task

GetUniversitiesSync() 공개 메소드

public GetUniversitiesSync ( int countryId = null, int cityId = null, string q = "", int offset = null, int count = 100 ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]
countryId int
cityId int
q string
offset int
count int
리턴 kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]