ProcessNamingRulesResultModel(ProcessNamingRulesResponse, AttributeValueCollection, ProcessNameResult, String, Boolean, Boolean) Constructor

Public Sub New( _ 
ByVal response As ProcessNamingRulesResponse, _ 
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
)
This language is not supported or no code example is available.
public ProcessNamingRulesResultModel( 
ProcessNamingRulesResponse response
AttributeValueCollection chosen_attribute_values
ProcessNameResult result
string usable_name
bool has_been_renamed
bool apply_rule_and_components_to_all 
)
This language is not supported or no code example is available.
public:  
ProcessNamingRulesResultModel( 
ProcessNamingRulesResponse^ response
AttributeValueCollection^ chosen_attribute_values
ProcessNameResult result
String^ usable_name
bool has_been_renamed
bool apply_rule_and_components_to_all 
)
This language is not supported or no code example is available.
public function ProcessNamingRulesResultModel( 
response : ProcessNamingRulesResponse
chosen_attribute_values : AttributeValueCollection
result : ProcessNameResult
usable_name : String
has_been_renamed : boolean
apply_rule_and_components_to_all : boolean 
);
This language is not supported or no code example is available.

Parameters

response
ProcessNamingRulesResponse

chosen_attribute_values
AttributeValueCollection

result
ProcessNameResult

usable_name
string

has_been_renamed
bool

apply_rule_and_components_to_all
bool

.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