C# Class CalendarAggregator.TaggableSource

Show file Open project: judell/elmcity Class Usage Examples

Public Methods

Method Description
Equals ( object other ) : bool
GetHashCode ( ) : int
TaggableSource ( ) : System
TaggableSource ( string name, string elmcity_id, string home_url, string ical_url ) : System
TaggableSource ( string name, string elmcity_id, string home_url, string ical_url, bool has_future_events, string extra_url ) : System
TaggableSource ( string name, string elmcity_id, string home_url, string ical_url, string city ) : System

Method Details

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

TaggableSource() public method

public TaggableSource ( ) : System
return System

TaggableSource() public method

public TaggableSource ( string name, string elmcity_id, string home_url, string ical_url ) : System
name string
elmcity_id string
home_url string
ical_url string
return System

TaggableSource() public method

public TaggableSource ( string name, string elmcity_id, string home_url, string ical_url, bool has_future_events, string extra_url ) : System
name string
elmcity_id string
home_url string
ical_url string
has_future_events bool
extra_url string
return System

TaggableSource() public method

public TaggableSource ( string name, string elmcity_id, string home_url, string ical_url, string city ) : System
name string
elmcity_id string
home_url string
ical_url string
city string
return System