ArrayOfResolutionType Members

Include Protected Members
Include Inherited Members

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

The ArrayOfResolutionType type exposes the following members.

Constructors

  Name Description
Public method ArrayOfResolutionType The ArrayOfResolutionType constructor initializes a new instance of the ArrayOfResolutionType class.

Top

Properties

  Name Description
Public property 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.
Public property 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.
Public property IncludesLastItemInRange The IncludesLastItemInRange property gets or sets a Boolean value that indicates whether all the items are in the range specified.
Public property 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.
Public property IndexedPagingOffset The IndexedPagingOffset property gets or sets an integer value that specifies the index of the next item to fetch when using indexed paging.
Public property 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.
Public property NumeratorOffset The NumeratorOffset property gets or sets an integer value that specifies the index of the next item to fetch when using fractional paging.
Public property 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.
Public property Resolution The Resolution property gets or sets an array that contains elements of type ResolutionType.
Public property TotalItemsInView The TotalItemsInView property gets or sets an integer value that specifies the total number of items in the view.
Public property 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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top