C# Класс Nfield.Models.QuotaLevel

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

Открытые методы

Метод Описание
QuotaLevel ( ) : System

Ctor that initialize the Attributes collection

QuotaLevel ( bool isRootLevel ) : System

Constructor that has a default parameter that indicates if it is the root level. When a root level is created we should pass true as an argument in all other cases leave it empty

Описание методов

QuotaLevel() публичный Метод

Ctor that initialize the Attributes collection
public QuotaLevel ( ) : System
Результат System

QuotaLevel() публичный Метод

Constructor that has a default parameter that indicates if it is the root level. When a root level is created we should pass true as an argument in all other cases leave it empty
public QuotaLevel ( bool isRootLevel ) : System
isRootLevel bool
Результат System