C# Class SobekCM.Core.Items.Item_Monthly_Usage

Mostra file Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Item_Monthly_Usage() public method

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
return System

Item_Monthly_Usage() public method

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
return System