C# Class Case.FamilySubcategories.Data.clsSettings

Afficher le fichier Open project: WeConnect/case-apps Class Usage Examples

Méthodes publiques

Свойство Type Description
FamilyPathList List

Méthodes publiques

Méthode Description
FamiliesToProcess ( String path, bool subdir ) : List

Get a List of the Family Paths to Process

ProcessFamily ( string fp ) : string

Process Family from Path

clsSettings ( ExternalCommandData cmd ) : System

Constructor

Method Details

FamiliesToProcess() public méthode

Get a List of the Family Paths to Process
public FamiliesToProcess ( String path, bool subdir ) : List
path String
subdir bool
Résultat List

ProcessFamily() public méthode

Process Family from Path
public ProcessFamily ( string fp ) : string
fp string Family Path
Résultat string

clsSettings() public méthode

Constructor
public clsSettings ( ExternalCommandData cmd ) : System
cmd ExternalCommandData
Résultat System

Property Details

FamilyPathList public_oe property

Just a List of FamilyPaths
public List FamilyPathList
Résultat List