C# 클래스 Case.ObjectStyles.Data.clsSettings

파일 보기 프로젝트 열기: WeConnect/case-apps 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AnalyticalCatSet List
AnnoCatSet List
FamReport List
ModelCatSet List

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Default3DView ( ) : View

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

메소드 상세

DocTitle() 공개 메소드

Get the Document's Title without the RVT extension
public DocTitle ( ) : string
리턴 string

FamiliesByCategory() 공개 메소드

Get All Families based on Category
public FamiliesByCategory ( Category cat ) : List
cat Category Category Input
리턴 List

LogData() 공개 메소드

public LogData ( string logText, Exception ex ) : void
logText string
ex System.Exception
리턴 void

OrganizeCategorySets() 공개 메소드

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

Report() 공개 메소드

Report Rows
public Report ( List cats ) : List
cats List
리턴 List

SaveDataToCsv() 공개 메소드

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

SaveFamDataToCsv() 공개 메소드

Save Family Data to File
public SaveFamDataToCsv ( string filePath ) : void
filePath string Where we going?
리턴 void

clsSettings() 공개 메소드

public clsSettings ( ExternalCommandData cmd ) : System
cmd ExternalCommandData
리턴 System

프로퍼티 상세

AnalyticalCatSet 공개적으로 프로퍼티

public List AnalyticalCatSet
리턴 List

AnnoCatSet 공개적으로 프로퍼티

public List AnnoCatSet
리턴 List

FamReport 공개적으로 프로퍼티

public List FamReport
리턴 List

ModelCatSet 공개적으로 프로퍼티

public List ModelCatSet
리턴 List