C# Class Seal.Model.SWIFolder

Afficher le fichier Open project: ariacom/Seal-Report Class Usage Examples

Méthodes publiques

Свойство Type Description
expand bool
folders Seal.Model.SWIFolder[]
fullname string
manage int
name string
path string
right int

Méthodes publiques

Méthode 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 méthode

public Combine ( string newName ) : string
newName string
Résultat string

GetFullPath() public méthode

public GetFullPath ( ) : string
Résultat string

GetParentPath() public static méthode

public static GetParentPath ( string path ) : string
path string
Résultat string

GetPersonalRoot() public static méthode

public static GetPersonalRoot ( ) : string
Résultat string

SetFullPath() public méthode

public SetFullPath ( string fullPath ) : void
fullPath string
Résultat void

SetManageFlag() public méthode

public SetManageFlag ( bool useSubFolders, bool manageFolder, bool isDefined ) : void
useSubFolders bool
manageFolder bool
isDefined bool
Résultat void

Property Details

expand public_oe property

public bool expand
Résultat bool

folders public_oe property

public SWIFolder[],Seal.Model folders
Résultat Seal.Model.SWIFolder[]

fullname public_oe property

public string fullname
Résultat string

manage public_oe property

public int manage
Résultat int

name public_oe property

public string name
Résultat string

path public_oe property

public string path
Résultat string

right public_oe property

public int right
Résultat int