C# Class Revit.SDK.Samples.PerformanceAdviserControl.CS.RuleInfo

A simple data class that holds Performance Adviser rule information for use with TestDisplayDialog
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Свойство Type Description
ID PerformanceAdviserRuleId
IsEnabled bool
IsOurRule bool
RuleDescription string
RuleName string

Méthodes publiques

Méthode Description
RuleInfo ( PerformanceAdviserRuleId id, bool isOurRule, string name, string description, bool isEnabled ) : System

Method Details

RuleInfo() public méthode

public RuleInfo ( PerformanceAdviserRuleId id, bool isOurRule, string name, string description, bool isEnabled ) : System
id PerformanceAdviserRuleId
isOurRule bool
name string
description string
isEnabled bool
Résultat System

Property Details

ID public_oe property

public PerformanceAdviserRuleId ID
Résultat PerformanceAdviserRuleId

IsEnabled public_oe property

public bool IsEnabled
Résultat bool

IsOurRule public_oe property

public bool IsOurRule
Résultat bool

RuleDescription public_oe property

public string RuleDescription
Résultat string

RuleName public_oe property

public string RuleName
Résultat string