ProcessNamingRulesResult Constructor

Public Sub New( _ 
ByVal response As OperationResponse, _ 
ByVal chosen_attribute_values As AttributeValueCollection, _ 
ByVal result As ProcessNameResult, _ 
ByVal usable_name As String, _ 
ByVal has_been_renamed As Boolean, _ 
ByVal apply_rule_and_components_to_all As Boolean, _ 
Optional ByVal rule_set As List(Of NamingRuleSet) = null, _ 
Optional ByVal matched_rule As NamingRule = null _ 
)
This language is not supported or no code example is available.
public ProcessNamingRulesResult( 
OperationResponse response
AttributeValueCollection chosen_attribute_values
ProcessNameResult result
string usable_name
bool has_been_renamed
bool apply_rule_and_components_to_all
List<NamingRuleSet> rule_set = null, 
NamingRule matched_rule = null 
)
This language is not supported or no code example is available.
public:  
ProcessNamingRulesResult( 
OperationResponse^ response
AttributeValueCollection^ chosen_attribute_values
ProcessNameResult result
String^ usable_name
bool has_been_renamed
bool apply_rule_and_components_to_all
List<NamingRuleSet^>^ rule_set
NamingRule^ matched_rule 
)
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.

Parameters

response
OperationResponse

chosen_attribute_values
AttributeValueCollection

result
ProcessNameResult

usable_name
string

has_been_renamed
bool

apply_rule_and_components_to_all
bool

rule_set
List<NamingRuleSet>

matched_rule
NamingRule

.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