ResultValues ClassA Sandcastle Documented Class Library
Represents a result having the values format.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.ConnectorResult
    Apptus.ESales.ConnectorResultValues

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public class Values : Result, ResultFacet, 
	IEnumerable<ResultValue>, IEnumerable

The ResultValues type exposes the following members.

Constructors

  NameDescription
Public methodResultValues
Initializes a new instance of the ResultValues class
Public methodResultValues(String)
Initializes a new instance of the ResultValues class
Top
Properties

  NameDescription
Public propertyAttribute
Public propertyIsEmpty
True if there were no values in this result.
Public propertySize
The number of values found in the reply.
Public propertyType
The result type of this result.
(Overrides ResultType.)
Public propertyValueList
A read only list of the values in the result.
Top
Methods

  NameDescription
Public methodAddValue
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAttribute
Public methodGetEnumerator
Return an enumeration of the values.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsRange
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference