ArrayOfResolutionType Members
The ArrayOfResolutionType class contains an array of items that are returned by the ResolveNames method.
The following tables list the members exposed by the ArrayOfResolutionType type.
Public Constructors
Name | Description | |
---|---|---|
ArrayOfResolutionType | The ArrayOfResolutionType constructor initializes a new instance of the ArrayOfResolutionType class. |
Top
Public Properties
Name | Description | |
---|---|---|
AbsoluteDenominator | The AbsoluteDenominator property gets or sets an integer value that specifies the total number of items in the result set for use with fractional paging. | |
AbsoluteDenominatorSpecified | The AbsoluteDenominatorSpecified property gets or sets a Boolean value that indicates whether the AbsoluteDenominatorSpecified property is serialized into the SOAP message. This property is required if the AbsoluteDenominatorSpecified property is set. | |
IncludesLastItemInRange | The IncludesLastItemInRange property gets or sets a Boolean value that indicates whether all the items are in the range specified. | |
IncludesLastItemInRangeSpecified | The IncludesLastItemInRangeSpecified property gets or sets a Boolean value that specifies whether the IncludesLastItemInRange property is serialized into the SOAP message. This property is required if the IncludesLastItemInRange property is set. | |
IndexedPagingOffset | The IndexedPagingOffset property gets or sets an integer value that specifies the index of the next item to fetch when using indexed paging. | |
IndexedPagingOffsetSpecified | The IndexedPagingOffsetSpecified property gets or sets a Boolean value that specifies whether the IndexedPagingOffset property is serialized into the SOAP message. This property is required if the IndexedPagingOffset property is specified. | |
NumeratorOffset | The NumeratorOffset property gets or sets an integer value that specifies the index of the next item to fetch when using fractional paging. | |
NumeratorOffsetSpecified | The NumeratorOffsetSpecified property gets or sets a Boolean value that specifies whether the NumeratorOffset property is serialized into the SOAP message. This property is required if the NumeratorOffset property is specified. | |
Resolution | The Resolution property gets or sets an array that contains elements of type ResolutionType. | |
TotalItemsInView | The TotalItemsInView property gets or sets an integer value that specifies the total number of items in the view. | |
TotalItemsInViewSpecified | The TotalItemsInViewSpecified property gets or sets a Boolean value that indicates whether the TotalItemsInView property is serialized into the SOAP message. This property is required if the TotalItemsInView property is specified. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also