C# 클래스 BExIS.Web.Shell.Areas.RPM.Models.DataStructureTreeElement

파일 보기 프로젝트 열기: BEXIS2/Core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
id long
inUse bool
name string
structured bool

공개 메소드들

메소드 설명
DataStructureTreeElement ( ) : System

메소드 상세

DataStructureTreeElement() 공개 메소드

public DataStructureTreeElement ( ) : System
리턴 System

프로퍼티 상세

id 공개적으로 프로퍼티

public long id
리턴 long

inUse 공개적으로 프로퍼티

public bool inUse
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

structured 공개적으로 프로퍼티

public bool structured
리턴 bool