C# 클래스 Nfield.Models.QuotaLevel

Class representing a quota level
파일 보기 프로젝트 열기: NIPOSoftware/Nfield-SDK 1 사용 예제들

공개 메소드들

메소드 설명
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