/// <summary>
 /// Initializes a new instance of the <see cref="ItemView"/> class.
 /// </summary>
 /// <param name="pageSize">The maximum number of elements the search operation should return.</param>
 /// <param name="offset">The offset of the view from the base point.</param>
 /// <param name="offsetBasePoint">The base point of the offset.</param>
 public ItemView(
     int pageSize,
     int offset,
     OffsetBasePoint offsetBasePoint)
     : base(pageSize, offset, offsetBasePoint)
 {
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ItemView"/> class.
 /// </summary>
 /// <param name="pageSize">The maximum number of elements the search operation should return.</param>
 /// <param name="offset">The offset of the view from the base point.</param>
 /// <param name="offsetBasePoint">The base point of the offset.</param>
 public PeopleIndexedItemView(
     int pageSize,
     int offset,
     OffsetBasePoint offsetBasePoint)
     : base(pageSize, offset, offsetBasePoint)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ItemView"/> class.
 /// </summary>
 /// <param name="pageSize">The maximum number of elements the search operation should return.</param>
 /// <param name="offset">The offset of the view from the base point.</param>
 /// <param name="offsetBasePoint">The base point of the offset.</param>
 public PeopleIndexedItemView(
     int pageSize,
     int offset,
     OffsetBasePoint offsetBasePoint)
     : base(pageSize, offset, offsetBasePoint)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ItemView"/> class.
 /// </summary>
 /// <param name="pageSize">The maximum number of elements the search operation should return.</param>
 /// <param name="offset">The offset of the view from the base point.</param>
 /// <param name="offsetBasePoint">The base point of the offset.</param>
 public ConversationIndexedItemView(
     int pageSize,
     int offset,
     OffsetBasePoint offsetBasePoint)
     : base(pageSize, offset, offsetBasePoint)
 {
 }
Beispiel #5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FolderView"/> class.
 /// </summary>
 /// <param name="pageSize">The maximum number of elements the search operation should return.</param>
 /// <param name="offset">The offset of the view from the base point.</param>
 /// <param name="offsetBasePoint">The base point of the offset.</param>
 public FolderView(
     int pageSize,
     int offset,
     OffsetBasePoint offsetBasePoint)
     : base(pageSize, offset, offsetBasePoint)
 {
 }
Beispiel #6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SeekToConditionItemView"/> class.
 /// </summary>
 /// <param name="condition">Condition to be used when seeking.</param>
 /// <param name="pageSize">The maximum number of elements the search operation should return.</param>
 /// <param name="offsetBasePoint">The base point of the offset.</param>
 public SeekToConditionItemView(
     SearchFilter condition,
     int pageSize,
     OffsetBasePoint offsetBasePoint)
     : this(condition, pageSize)
 {
     this.OffsetBasePoint = offsetBasePoint;
 }
Beispiel #7
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PagedView"/> class.
 /// </summary>
 /// <param name="pageSize">The maximum number of elements the search operation should return.</param>
 /// <param name="offset">The offset of the view from the base point.</param>
 /// <param name="offsetBasePoint">The base point of the offset.</param>
 internal PagedView(
     int pageSize,
     int offset,
     OffsetBasePoint offsetBasePoint)
     : this(pageSize, offset)
 {
     this.OffsetBasePoint = offsetBasePoint;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="FolderView"/> class.
 /// </summary>
 /// <param name="pageSize">The maximum number of elements the search operation should return.</param>
 /// <param name="offset">The offset of the view from the base point.</param>
 /// <param name="offsetBasePoint">The base point of the offset.</param>
 public FolderView(
     int pageSize,
     int offset,
     OffsetBasePoint offsetBasePoint)
     : base(pageSize, offset, offsetBasePoint)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SeekToConditionItemView"/> class.
 /// </summary>
 /// <param name="condition">Condition to be used when seeking.</param>
 /// <param name="pageSize">The maximum number of elements the search operation should return.</param>
 /// <param name="offsetBasePoint">The base point of the offset.</param>
 public SeekToConditionItemView(
     SearchFilter condition,
     int pageSize,
     OffsetBasePoint offsetBasePoint)
     : this(condition, pageSize)
 {
     this.OffsetBasePoint = offsetBasePoint;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ItemView"/> class.
 /// </summary>
 /// <param name="pageSize">The maximum number of elements the search operation should return.</param>
 /// <param name="offset">The offset of the view from the base point.</param>
 /// <param name="offsetBasePoint">The base point of the offset.</param>
 public ConversationIndexedItemView(
     int pageSize,
     int offset,
     OffsetBasePoint offsetBasePoint)
     : base(pageSize, offset, offsetBasePoint)
 {
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="ItemView"/> class.
        /// </summary>
        /// <param name="pageSize">The maximum number of elements the search operation should return.</param>
        /// <param name="offset">The offset of the view from the base point.</param>
        /// <param name="offsetBasePoint">The base point of the offset.</param>
 PeopleIndexedItemView(
            int pageSize,
            int offset,
            OffsetBasePoint offsetBasePoint)
            : super(pageSize, offset, offsetBasePoint)
Beispiel #12
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ItemView"/> class.
 /// </summary>
 /// <param name="pageSize">The maximum number of elements the search operation should return.</param>
 /// <param name="offset">The offset of the view from the base point.</param>
 /// <param name="offsetBasePoint">The base point of the offset.</param>
 public ItemView(
     int pageSize,
     int offset,
     OffsetBasePoint offsetBasePoint)
     : base(pageSize, offset, offsetBasePoint)
 {
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="ItemView"/> class.
        /// </summary>
        /// <param name="pageSize">The maximum number of elements the search operation should return.</param>
        /// <param name="offset">The offset of the view from the base point.</param>
        /// <param name="offsetBasePoint">The base point of the offset.</param>
 ConversationIndexedItemView(
            int pageSize,
            int offset,
            OffsetBasePoint offsetBasePoint)
            : super(pageSize, offset, offsetBasePoint)
 /// <summary>
 /// Initializes a new instance of the <see cref="PagedView"/> class.
 /// </summary>
 /// <param name="pageSize">The maximum number of elements the search operation should return.</param>
 /// <param name="offset">The offset of the view from the base point.</param>
 /// <param name="offsetBasePoint">The base point of the offset.</param>
 internal PagedView(
     int pageSize,
     int offset,
     OffsetBasePoint offsetBasePoint)
     : this(pageSize, offset)
 {
     this.OffsetBasePoint = offsetBasePoint;
 }