AttributesResponse Class
<DataContract()> _
<System.Reflection.Obfuscation(Exclude = true)> _
Public Class AttributesResponse
Inherits OperationResponse
This language is not supported or no code example is available.
[DataContract()]
[System.Reflection.Obfuscation(Exclude = true)]
public class AttributesResponse : OperationResponse
This language is not supported or no code example is available.
[DataContract()]
[System.Reflection.Obfuscation(Exclude = true)]
public ref class AttributesResponse : public OperationResponse^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
AttributesResponse(OperationResponseLevel, string) | Constructor |
![]() |
AttributesResponse(long) | Constructor |
![]() |
AttributesResponse(long, OperationResponseLevel, string) | Constructor |
Name | Description | |
---|---|---|
![]() |
Attributes | Get the file info |
![]() |
EventID | Get or set the event id associated with this response (inherited from OperationResponse). |
![]() |
IsException | Get or set any exception message (inherited from OperationResponse). |
![]() |
Level | Get the level (inherited from OperationResponse). |
![]() |
Message | Get the message (inherited from OperationResponse). |
![]() |
Ok | Is this response ok? (inherited from OperationResponse). |
![]() |
ServerEventID | The response may carry a server id (inherited from OperationResponse). |
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). |