ProcessNamingRulesResponse Class

<DataContract()> _ 
<System.Reflection.Obfuscation(Exclude = true)> _ 
Public Class ProcessNamingRulesResponse 
Inherits OperationResponse
This language is not supported or no code example is available.
[DataContract()] 
[System.Reflection.Obfuscation(Exclude = true)] 
public class ProcessNamingRulesResponse : OperationResponse
This language is not supported or no code example is available.
[DataContract()] 
[System.Reflection.Obfuscation(Exclude = true)] 
public ref class ProcessNamingRulesResponse : public OperationResponse^
This language is not supported or no code example is available.
public  
DataContract() 
System.Reflection.Obfuscation(Exclude = true) 
class ProcessNamingRulesResponse 
extends OperationResponse
This language is not supported or no code example is available.
Name Description
Public property ApplyRuleAndComponentsToAll Whether to apply the chosen rule and values to all subsequent files that that rule can apply to
Public property ChosenAttributeValues
Public property EventID Get or set the event id associated with this response (inherited from OperationResponse).
Public property FileExists
Public property FinalName The result
Public property HasBeenRenamed
Public property IsException Get or set any exception message (inherited from OperationResponse).
Public property Level Get the level (inherited from OperationResponse).
Public property MatchedRule The rule that has successfully matched
Public property Message Get the message (inherited from OperationResponse).
Public property Ok Is this response ok? (inherited from OperationResponse).
Public property PromptForNamingRules Whether or not, the User needs be prompt
Public property Result
Public property RuleSets Get the naming rule set
Public property ServerEventID The response may carry a server id (inherited from OperationResponse).
Public property UsableName
Top
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Public method Static Error(long, string) Create an error (inherited from OperationResponse).
Public method Static Error(long, string, Exception) Create an error (inherited from OperationResponse).
Public method Static Error(string, Exception) Create an error (inherited from OperationResponse).
Public method Static ErrorWithData<T>(long, string, T) (inherited from OperationResponse).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString() Convert to a string - just get the message, if there is one (inherited from OperationResponse).
Top
Contracts.Responses.ProcessNamingRulesResponse

.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