Click or drag to resize
DefaultResultT Class
Basic operation return value
Inheritance Hierarchy
SystemObject
  CouchbaseDefaultResult
    CouchbaseDefaultResultT
      Couchbase.Management.IndexesIndexResult

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.5.7-alpha1
Syntax
public class DefaultResult<T> : DefaultResult, 
	IResult<T>, IResult

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Couchbase.DefaultResult`1"]

The DefaultResultT type exposes the following members.

Constructors
  NameDescription
Public methodDefaultResultT
Initializes a new instance of the DefaultResultT class
Public methodDefaultResultT(Boolean, String, Exception)
Initializes a new instance of the DefaultResultT class
Top
Properties
  NameDescription
Public propertyException
If Success is false and an exception has been caught internally, this field will contain the exception.
(Inherited from DefaultResult.)
Public propertyMessage
If the operation wasn't succesful, a message indicating why it was not succesful.
(Inherited from DefaultResult.)
Public propertySuccess
Returns true if the operation was succesful.
(Inherited from DefaultResult.)
Public propertyValue
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodShouldRetry (Inherited from DefaultResult.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also