C# 클래스 SobekCM.Core.Items.Item_Monthly_Usage

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Item_Monthly_Usage ( ) : System

Constructor for a new instance of the Item_Monthly_Usage class

This constructor is mostly empty, and is primarily to be used for serialization and deserialization

Item_Monthly_Usage ( short Year, short Month ) : System

Constructor for a new instance of the Item_Monthly_Usage class

메소드 상세

Item_Monthly_Usage() 공개 메소드

Constructor for a new instance of the Item_Monthly_Usage class
This constructor is mostly empty, and is primarily to be used for serialization and deserialization
public Item_Monthly_Usage ( ) : System
리턴 System

Item_Monthly_Usage() 공개 메소드

Constructor for a new instance of the Item_Monthly_Usage class
public Item_Monthly_Usage ( short Year, short Month ) : System
Year short Year for which these statistics apply
Month short Month for which these statistics apply
리턴 System