Represents a result having the values format.
Inheritance Hierarchy
Apptus.ESales.ConnectorResult
Apptus.ESales.ConnectorResultValues
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Values : Result, ResultFacet, IEnumerable<ResultValue>, IEnumerable
The ResultValues type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResultValues | Initializes a new instance of the ResultValues class |
![]() | ResultValues(String) | Initializes a new instance of the ResultValues class |
Properties
Name | Description | |
---|---|---|
![]() | Attribute | |
![]() | IsEmpty | True if there were no values in this result.
|
![]() | Size |
The number of values found in the reply.
|
![]() | Type |
The result type of this result.
(Overrides ResultType.) |
![]() | ValueList |
A read only list of the values in the result.
|
Methods
Name | Description | |
---|---|---|
![]() | AddValue | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetAttribute | |
![]() | GetEnumerator |
Return an enumeration of the values.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsRange | |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also