NamingRuleProcessResultModel.RuleAttributes Property

This property contains Attribute list for each rule in the rule set This is mainly for convenience, so it would be easier for the client ui to bind those input fields Entity ID contains the RuleID and the list contains the corrosponding Attributes (converted from components)
Public Property RuleAttributes() As IDictionary(Of EntityID, List(Of AttributeInfo))
This language is not supported or no code example is available.
public IDictionary<EntityID, List<AttributeInfo>> RuleAttributes {get; set;}
This language is not supported or no code example is available.
public:  
property IDictionary<EntityID^, List<AttributeInfo^>^>^ RuleAttributes { 
IDictionary<EntityID^, List<AttributeInfo^>^>^ get( ); 
void set( 
IDictionary<EntityID^, List<AttributeInfo^>^>^ value 
); 
}
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Property Value

IDictionary<EntityID, List<AttributeInfo>>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition