ProcessNamingRulesResponse(List<NamingRuleSet>, AttributeValueCollection, ProcessNameResult, String, Boolean, Boolean) Constructor
Public Sub New( _
ByVal sets As List(Of NamingRuleSet), _
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 ProcessNamingRulesResponse(
List<NamingRuleSet> sets,
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:
ProcessNamingRulesResponse(
List<NamingRuleSet^>^ sets,
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.
Parameters
- sets
- List<NamingRuleSet>
<default>
- chosen_attribute_values
- AttributeValueCollection
<default>
- result
- ProcessNameResult
<default>
- usable_name
- string
<default>
- has_been_renamed
- bool
<default>
- apply_rule_and_components_to_all
- bool
<default>