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

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

공개 프로퍼티들

프로퍼티 타입 설명
FamilyPathList List

공개 메소드들

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

메소드 상세

FamiliesToProcess() 공개 메소드

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

ProcessFamily() 공개 메소드

Process Family from Path
public ProcessFamily ( string fp ) : string
fp string Family Path
리턴 string

clsSettings() 공개 메소드

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

프로퍼티 상세

FamilyPathList 공개적으로 프로퍼티

Just a List of FamilyPaths
public List FamilyPathList
리턴 List