C# Class Nfield.Models.QuotaLevel

Class representing a quota level
Afficher le fichier Open project: NIPOSoftware/Nfield-SDK Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Ctor that initialize the Attributes collection
public QuotaLevel ( ) : System
Résultat System

QuotaLevel() public méthode

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
Résultat System