C# 클래스 Revit.SDK.Samples.PerformanceAdviserControl.CS.RuleInfo

A simple data class that holds Performance Adviser rule information for use with TestDisplayDialog
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID PerformanceAdviserRuleId
IsEnabled bool
IsOurRule bool
RuleDescription string
RuleName string

공개 메소드들

메소드 설명
RuleInfo ( PerformanceAdviserRuleId id, bool isOurRule, string name, string description, bool isEnabled ) : System

메소드 상세

RuleInfo() 공개 메소드

public RuleInfo ( PerformanceAdviserRuleId id, bool isOurRule, string name, string description, bool isEnabled ) : System
id PerformanceAdviserRuleId
isOurRule bool
name string
description string
isEnabled bool
리턴 System

프로퍼티 상세

ID 공개적으로 프로퍼티

public PerformanceAdviserRuleId ID
리턴 PerformanceAdviserRuleId

IsEnabled 공개적으로 프로퍼티

public bool IsEnabled
리턴 bool

IsOurRule 공개적으로 프로퍼티

public bool IsOurRule
리턴 bool

RuleDescription 공개적으로 프로퍼티

public string RuleDescription
리턴 string

RuleName 공개적으로 프로퍼티

public string RuleName
리턴 string