C# Класс SobekCM.Core.Items.Item_Monthly_Usage

Показать файл Открыть проект Примеры использования класса

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