Nfield.Models.QuotaLevel.QuotaLevel C# (CSharp) Method

QuotaLevel() public method

Ctor that initialize the Attributes collection
public QuotaLevel ( ) : System
return System
        public QuotaLevel()
        {
            Attributes = new Collection<QuotaAttribute>();
        }

Same methods

QuotaLevel::QuotaLevel ( bool isRootLevel ) : System
QuotaLevel