ArrayOfResolutionType Class

Definition

The ArrayOfResolutionType class contains an array of items that are returned by the ResolveNames(ResolveNamesType) method.

public ref class ArrayOfResolutionType
public class ArrayOfResolutionType
Public Class ArrayOfResolutionType
Inheritance
ArrayOfResolutionType

Constructors

ArrayOfResolutionType()

The ArrayOfResolutionType() constructor initializes a new instance of the ArrayOfResolutionType class.

Properties

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.

Applies to