C# Class AspNetIntro2016.Models.CalendarFetcher

Mostra file Open project: xlent-bi/AspNetIntro2016 Class Usage Examples

Public Properties

Property Type Description
JsonWeb string

Public Methods

Method Description
CalendarFetcher ( int year ) : System
CalendarFetcher ( int year, int month ) : System
GetCalender ( ) : List
GetJsonString ( ) : String

Method Details

CalendarFetcher() public method

public CalendarFetcher ( int year ) : System
year int
return System

CalendarFetcher() public method

public CalendarFetcher ( int year, int month ) : System
year int
month int
return System

GetCalender() public method

public GetCalender ( ) : List
return List

GetJsonString() public method

public GetJsonString ( ) : String
return String

Property Details

JsonWeb static_oe public_oe property

static public string JsonWeb
return string