C# Class Seal.Model.SWIFolder

ファイルを表示 Open project: ariacom/Seal-Report Class Usage Examples

Public Properties

Property Type Description
expand bool
folders Seal.Model.SWIFolder[]
fullname string
manage int
name string
path string
right int

Public Methods

Method Description
Combine ( string newName ) : string
GetFullPath ( ) : string
GetParentPath ( string path ) : string
GetPersonalRoot ( ) : string
SetFullPath ( string fullPath ) : void
SetManageFlag ( bool useSubFolders, bool manageFolder, bool isDefined ) : void

Method Details

Combine() public method

public Combine ( string newName ) : string
newName string
return string

GetFullPath() public method

public GetFullPath ( ) : string
return string

GetParentPath() public static method

public static GetParentPath ( string path ) : string
path string
return string

GetPersonalRoot() public static method

public static GetPersonalRoot ( ) : string
return string

SetFullPath() public method

public SetFullPath ( string fullPath ) : void
fullPath string
return void

SetManageFlag() public method

public SetManageFlag ( bool useSubFolders, bool manageFolder, bool isDefined ) : void
useSubFolders bool
manageFolder bool
isDefined bool
return void

Property Details

expand public_oe property

public bool expand
return bool

folders public_oe property

public SWIFolder[],Seal.Model folders
return Seal.Model.SWIFolder[]

fullname public_oe property

public string fullname
return string

manage public_oe property

public int manage
return int

name public_oe property

public string name
return string

path public_oe property

public string path
return string

right public_oe property

public int right
return int