Nfield.Models.QuotaLevel.QuotaLevel C# (CSharp) 메소드

QuotaLevel() 공개 메소드

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

Same methods

QuotaLevel::QuotaLevel ( bool isRootLevel ) : System
QuotaLevel