C# Class Nfield.Models.QuotaLevel

Class representing a quota level
Mostrar archivo Open project: NIPOSoftware/Nfield-SDK Class Usage Examples

Public Methods

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

Method Details

QuotaLevel() public method

Ctor that initialize the Attributes collection
public QuotaLevel ( ) : System
return System

QuotaLevel() public method

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