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.
| Name | Description | |
|---|---|---|
|
ApplyRuleAndComponentsToAll | Whether to apply the chosen rule and values to all subsequent files that that rule can apply to |
|
ChosenAttributeValues | |
|
EventID | Get or set the event id associated with this response (inherited from OperationResponse). |
|
FileExists | |
|
FinalName | The result |
|
HasBeenRenamed | |
|
IsException | Get or set any exception message (inherited from OperationResponse). |
|
Level | Get the level (inherited from OperationResponse). |
|
MatchedRule | The rule that has successfully matched |
|
Message | Get the message (inherited from OperationResponse). |
|
Ok | Is this response ok? (inherited from OperationResponse). |
|
PromptForNamingRules | Whether or not, the User needs be prompt |
|
Result | |
|
RuleSets | Get the naming rule set |
|
ServerEventID | The response may carry a server id (inherited from OperationResponse). |
|
UsableName |
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
|
Error(long, string) | Create an error (inherited from OperationResponse). |
|
Error(long, string, Exception) | Create an error (inherited from OperationResponse). |
|
Error(string, Exception) | Create an error (inherited from OperationResponse). |
|
ErrorWithData<T>(long, string, T) | (inherited from OperationResponse). |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
|
GetHashCode | Serves as the default hash function. (inherited from Object). |
|
GetType | Gets the Type of the current instance. (inherited from Object). |
|
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
|
ToString() | Convert to a string - just get the message, if there is one (inherited from OperationResponse). |