C# 클래스 Seal.Model.SWIFolder

파일 보기 프로젝트 열기: ariacom/Seal-Report 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
expand bool
folders Seal.Model.SWIFolder[]
fullname string
manage int
name string
path string
right int

공개 메소드들

메소드 설명
Combine ( string newName ) : string
GetFullPath ( ) : string
GetParentPath ( string path ) : string
GetPersonalRoot ( ) : string
SetFullPath ( string fullPath ) : void
SetManageFlag ( bool useSubFolders, bool manageFolder, bool isDefined ) : void

메소드 상세

Combine() 공개 메소드

public Combine ( string newName ) : string
newName string
리턴 string

GetFullPath() 공개 메소드

public GetFullPath ( ) : string
리턴 string

GetParentPath() 공개 정적인 메소드

public static GetParentPath ( string path ) : string
path string
리턴 string

GetPersonalRoot() 공개 정적인 메소드

public static GetPersonalRoot ( ) : string
리턴 string

SetFullPath() 공개 메소드

public SetFullPath ( string fullPath ) : void
fullPath string
리턴 void

SetManageFlag() 공개 메소드

public SetManageFlag ( bool useSubFolders, bool manageFolder, bool isDefined ) : void
useSubFolders bool
manageFolder bool
isDefined bool
리턴 void

프로퍼티 상세

expand 공개적으로 프로퍼티

public bool expand
리턴 bool

folders 공개적으로 프로퍼티

public SWIFolder[],Seal.Model folders
리턴 Seal.Model.SWIFolder[]

fullname 공개적으로 프로퍼티

public string fullname
리턴 string

manage 공개적으로 프로퍼티

public int manage
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

path 공개적으로 프로퍼티

public string path
리턴 string

right 공개적으로 프로퍼티

public int right
리턴 int