EmptyResult ClassNemiro.OAuth
Represents the empty results of the query.
Inheritance Hierarchy

System Object
  Nemiro.OAuth UniValue
    Nemiro.OAuth RequestResult
      Nemiro.OAuth EmptyResult

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

[SerializableAttribute]
public class EmptyResult : RequestResult

The EmptyResult type exposes the following members.

Constructors

  NameDescription
Public methodEmptyResult 
Initializes a new instance of the EmptyResult class.
Protected methodEmptyResult(SerializationInfo, StreamingContext)
Initializes a new instance of the EmptyResult.
Top
Methods

  NameDescription
Public methodAdd(String, UniValue)
Adds the specified key and value to the UniValue.
(Inherited from UniValue.)
Public methodAdd(String, UniValue, UniValue)
Adds the specified key and value to the UniValue.
(Inherited from UniValue.)
Public methodClone
Creates a new object that is a copy of the current UniValue instance.
(Inherited from UniValue.)
Public methodContainsAttribute
Determines whether the Attributes contains the specified key.
(Inherited from UniValue.)
Public methodContainsKey
Determines whether the CollectionItems contains the specified key.
(Inherited from UniValue.)
Public methodEquals(Object)
Determines whether two object instances are equal.
(Inherited from UniValue.)
Public methodEquals(String)
Determines whether this instance and another specified String object have the same value.
(Inherited from UniValue.)
Public methodEquals(UniValue)
Determines whether two UniValue instances are equal.
(Inherited from UniValue.)
Public methodEquals(String, StringComparison)
Determines whether this string and a specified String object have the same value. A parameter specifies the culture, case, and sort rules used in the comparison.
(Inherited from UniValue.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAttributes
Returns a collection of custom attributes for this instance of a component.
(Inherited from UniValue.)
Public methodGetClassName
Returns the class name of this instance of a component.
(Inherited from UniValue.)
Public methodGetComponentName
Returns the name of this instance of a component.
(Inherited from UniValue.)
Public methodGetConverter
Returns a type converter for this instance of a component.
(Inherited from UniValue.)
Public methodGetDefaultEvent
Returns the default event for this instance of a component.
(Inherited from UniValue.)
Public methodGetDefaultProperty
Returns the default property for this instance of a component.
(Inherited from UniValue.)
Public methodGetEditor
Returns an editor of the specified type for this instance of a component.
(Inherited from UniValue.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from UniValue.)
Public methodGetEvents 
Returns the events for this instance of a component.
(Inherited from UniValue.)
Public methodGetEvents( Attribute )
Returns the events for this instance of a component using the specified attribute array as a filter.
(Inherited from UniValue.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from UniValue.)
Public methodGetList
Returns an IList that can be bound to a data source from an object that does not implement an IList itself.
(Inherited from UniValue.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Overrides RequestResult GetObjectData(SerializationInfo, StreamingContext).)
Public methodGetProperties 
Returns the properties for this instance of a component.
(Inherited from UniValue.)
Public methodGetProperties( Attribute )
Returns the properties for this instance of a component using the attribute array as a filter.
(Inherited from UniValue.)
Public methodGetPropertyOwner
Returns an object that contains the property described by the specified property descriptor.
(Inherited from UniValue.)
Public methodGetType (Inherited from Object.)
Public methodGetTypeCode
Gets the underlying type code of the Data.
(Inherited from UniValue.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the value with the specified key from the UniValue.
(Inherited from UniValue.)
Public methodToBinary
Returns a Byte array that represents the current UniValue.
(Inherited from UniValue.)
Public methodToBoolean
Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToByte
Converts the value this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToChar
Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToDateTime
Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToDecimal
Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToDictionary
Copies items of the UniValue to a new Dictionary<string, object>.
(Inherited from UniValue.)
Public methodToDouble
Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToInt16
Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToInt32
Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToInt64
Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToNameValueCollection
Copies items of the UniValue to a new NameValueCollection.
(Inherited from UniValue.)
Public methodToSByte
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToSingle
Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToString 
Returns a string that represents the current UniValue.
(Inherited from UniValue.)
Public methodToString(IFormatProvider)
Converts the value of this instance to an equivalent String using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToType
Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToUInt16
Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToUInt32
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToUInt64
Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Top
Properties

  NameDescription
Public propertyAttributes
Gets or sets an attributes of the XML item (only for XML).
(Inherited from UniValue.)
Public propertyCollectionItems
Gets a collection of string keys and UniValue values of the current UniValue.
(Inherited from UniValue.)
Public propertyContainsListCollection
Gets a value indicating whether the collection is a collection of IList objects.
(Inherited from UniValue.)
Public propertyContentDisposition
Gets the Content-Disposition header of the response.
(Inherited from RequestResult.)
Public propertyContentType
Gets or sets the content type of the response.
(Inherited from RequestResult.)
Public propertyCount
Gets the number of elements actually contained in the CollectionItems.
(Inherited from UniValue.)
Public propertyFileName
Gets the file name, if Result is file.
(Inherited from RequestResult.)
Public propertyHasAttributes
Gets a value indicating whether the current UniValue object has an attributes (only for xml data type).
(Inherited from UniValue.)
Public propertyHasValue
Gets a value indicating whether the current UniValue object has a value.
(Inherited from UniValue.)
Public propertyHttpHeaders
Gets or sets the http headers of the response.
(Inherited from RequestResult.)
Public propertyIsArrayObsolete.
Gets a value indicating the Result is array or not.
(Inherited from RequestResult.)
Public propertyIsBinary
Gets a value that indicates whether the data type of the UniValue is equal to Byte array.
(Inherited from UniValue.)
Public propertyIsBoolean
Gets a value that indicates whether the data type of the UniValue is equal to Boolean.
(Inherited from UniValue.)
Public propertyIsCollection
Gets a value that indicates whether the data type of the UniValue is equal to UniValueCollection.
(Inherited from UniValue.)
Public propertyIsDateTime
Gets a value that indicates whether the data type of the UniValue is equal to DateTime.
(Inherited from UniValue.)
Public propertyIsDictionaryObsolete. (Inherited from RequestResult.)
Public propertyIsEmpty
Gets a value indicating whether the Result is empty or not.
(Inherited from RequestResult.)
Public propertyIsFile
Gets a value indicating the Result is file or not.
(Inherited from RequestResult.)
Public propertyIsNameValueCollectionObsolete.
Gets a value indicating the Result is NameValueCollection or not.
(Inherited from RequestResult.)
Public propertyIsNumeric
Gets a value that indicates whether the data type of the UniValue is equal to numeric type.
(Inherited from UniValue.)
Public propertyIsString
Gets a value that indicates whether the data type of the UniValue is equal to String.
(Inherited from UniValue.)
Public propertyIsSuccessfully
Gets a value indicating whether the current request result is successful or not.
Public propertyIsValue
Gets a value that indicates whether the data type of the UniValue is equal to UniValue.
(Inherited from UniValue.)
Public propertyIsXmlObsolete.
Gets a value indicating the Result is XML or not.
(Inherited from RequestResult.)
Public propertyItem Int32 
Gets the value associated with the specified index of the CollectionItems.
(Inherited from UniValue.)
Public propertyItem String 
Gets the value associated with the specified key of the CollectionItems.
(Inherited from UniValue.)
Public propertyKey
Gets or sets the key for the current item, if the current item included into the collection.
(Inherited from UniValue.)
Public propertyParent
The parent of the current item, if the current item included into the collection.
(Inherited from UniValue.)
Public propertyResultObsolete.
Gets or sets the processed result of the response.
(Inherited from RequestResult.)
Public propertySource
Gets or sets the source of the response.
(Inherited from RequestResult.)
Public propertyStatusCode
Gets or sets the HTTP status code of the output returned to the client.
(Inherited from RequestResult.)
Top
Remarks

The class is used to determine sends a request to the remote server or not.

See Also