C# Class Case.ReportGroupsByView.Data.clsSettings

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

Public Properties

Property Type Description
GroupsByView List>.Dictionary
Views List

Public Methods

Method 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

Method Description
GetViews ( ) : void

Get All Views

Method Details

GetGroupsByView() public method

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
return List

SaveDataToCSV() public method

Save the Data to File
public SaveDataToCSV ( string filePath ) : void
filePath string
return void

clsSettings() public method

Consturctor
public clsSettings ( ExternalCommandData cmd ) : System.Collections.Generic
cmd ExternalCommandData
return System.Collections.Generic

Property Details

GroupsByView public_oe property

public Dictionary> GroupsByView
return List>.Dictionary

Views public_oe property

public List Views
return List