C# Class Case.ObjectStyles.Data.clsSettings

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

Méthodes publiques

Свойство Type Description
AnalyticalCatSet List
AnnoCatSet List
FamReport List
ModelCatSet List

Méthodes publiques

Méthode Description
DocTitle ( ) : string

Get the Document's Title without the RVT extension

FamiliesByCategory ( Category cat ) : List

Get All Families based on Category

LogData ( string logText, Exception ex ) : void
OrganizeCategorySets ( ) : void

Grab all the Current Documents Categories and Split them into 3 lists to match UI Tabs.

Report ( List cats ) : List

Report Rows

SaveDataToCsv ( string filePath, List cats ) : void

Save the Data to File

SaveFamDataToCsv ( string filePath ) : void

Save Family Data to File

clsSettings ( ExternalCommandData cmd ) : System

Private Methods

Méthode Description
Default3DView ( ) : View

Gets a 3D View (Simplest View Form for all Categories)

Method Details

DocTitle() public méthode

Get the Document's Title without the RVT extension
public DocTitle ( ) : string
Résultat string

FamiliesByCategory() public méthode

Get All Families based on Category
public FamiliesByCategory ( Category cat ) : List
cat Category Category Input
Résultat List

LogData() public méthode

public LogData ( string logText, Exception ex ) : void
logText string
ex System.Exception
Résultat void

OrganizeCategorySets() public méthode

Grab all the Current Documents Categories and Split them into 3 lists to match UI Tabs.
public OrganizeCategorySets ( ) : void
Résultat void

Report() public méthode

Report Rows
public Report ( List cats ) : List
cats List
Résultat List

SaveDataToCsv() public méthode

Save the Data to File
public SaveDataToCsv ( string filePath, List cats ) : void
filePath string Where we going?
cats List List of Categories to Process
Résultat void

SaveFamDataToCsv() public méthode

Save Family Data to File
public SaveFamDataToCsv ( string filePath ) : void
filePath string Where we going?
Résultat void

clsSettings() public méthode

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

Property Details

AnalyticalCatSet public_oe property

public List AnalyticalCatSet
Résultat List

AnnoCatSet public_oe property

public List AnnoCatSet
Résultat List

FamReport public_oe property

public List FamReport
Résultat List

ModelCatSet public_oe property

public List ModelCatSet
Résultat List