C# 클래스 SobekCM.Core.ApplicationState.Statistics_Dates

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Clear() 공개 메소드

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

Set_Statistics_Dates() 공개 메소드

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
리턴 void

Statistics_Dates() 공개 메소드

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

Statistics_Dates() 공개 메소드

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
리턴 System