C# Class Case.ReportGroupsByView.Data.clsSettings

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

Méthodes publiques

Свойство Type Description
GroupsByView List>.Dictionary
Views List

Méthodes publiques

Méthode Description
GetGroupsByView ( Autodesk v, bool keepDetail, bool keepModel ) : List

Get a List of Groups for a Given View

SaveDataToCSV ( string filePath ) : void

Save the Data to File

clsSettings ( ExternalCommandData cmd ) : System.Collections.Generic

Consturctor

Private Methods

Méthode Description
GetViews ( ) : void

Get All Views

Method Details

GetGroupsByView() public méthode

Get a List of Groups for a Given View
public GetGroupsByView ( Autodesk v, bool keepDetail, bool keepModel ) : List
v Autodesk View to Query
keepDetail bool Keey Detail Groups
keepModel bool Keep Model Groups
Résultat List

SaveDataToCSV() public méthode

Save the Data to File
public SaveDataToCSV ( string filePath ) : void
filePath string
Résultat void

clsSettings() public méthode

Consturctor
public clsSettings ( ExternalCommandData cmd ) : System.Collections.Generic
cmd ExternalCommandData
Résultat System.Collections.Generic

Property Details

GroupsByView public_oe property

public Dictionary> GroupsByView
Résultat List>.Dictionary

Views public_oe property

public List Views
Résultat List