C# 클래스 AspNetIntro2016.Models.CalendarFetcher

파일 보기 프로젝트 열기: xlent-bi/AspNetIntro2016 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
JsonWeb string

공개 메소드들

메소드 설명
CalendarFetcher ( int year ) : System
CalendarFetcher ( int year, int month ) : System
GetCalender ( ) : List
GetJsonString ( ) : String

메소드 상세

CalendarFetcher() 공개 메소드

public CalendarFetcher ( int year ) : System
year int
리턴 System

CalendarFetcher() 공개 메소드

public CalendarFetcher ( int year, int month ) : System
year int
month int
리턴 System

GetCalender() 공개 메소드

public GetCalender ( ) : List
리턴 List

GetJsonString() 공개 메소드

public GetJsonString ( ) : String
리턴 String

프로퍼티 상세

JsonWeb 정적으로 공개적으로 프로퍼티

static public string JsonWeb
리턴 string