C# Class Case.FamilySubcategories.Data.clsSettings

Show file Open project: WeConnect/case-apps Class Usage Examples

Public Properties

Property Type Description
FamilyPathList List

Public Methods

Method 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 method

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

ProcessFamily() public method

Process Family from Path
public ProcessFamily ( string fp ) : string
fp string Family Path
return string

clsSettings() public method

Constructor
public clsSettings ( ExternalCommandData cmd ) : System
cmd ExternalCommandData
return System

Property Details

FamilyPathList public property

Just a List of FamilyPaths
public List FamilyPathList
return List