C# Class SobekCM.Core.ApplicationState.Statistics_Dates

Exibir arquivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clear ( ) : void

Sets the statistics dates to the default

Set_Statistics_Dates ( DataTable dateRangeTable ) : void

Sets the date range from the table of statistical months available

Statistics_Dates ( ) : System

Constructor for a new instance of the Statistics_Dates object

Statistics_Dates ( DataTable dateRangeTable ) : System

Constructor for a new instance of the Statistics_Dates object

Method Details

Clear() public method

Sets the statistics dates to the default
public Clear ( ) : void
return void

Set_Statistics_Dates() public method

Sets the date range from the table of statistical months available
public Set_Statistics_Dates ( DataTable dateRangeTable ) : void
dateRangeTable System.Data.DataTable Table which lists every date statistical information exists
return void

Statistics_Dates() public method

Constructor for a new instance of the Statistics_Dates object
public Statistics_Dates ( ) : System
return System

Statistics_Dates() public method

Constructor for a new instance of the Statistics_Dates object
public Statistics_Dates ( DataTable dateRangeTable ) : System
dateRangeTable System.Data.DataTable Table which lists every date statistical information exists
return System