AdmDirectoryVirtualListView

The AdmDirectoryVirtualListView class is used to specify parameters for a virtual list view search.

Inheritance: Object

Namespace: Softerra.Adaxes.Adsi

Constructors

Methods

  • Method

  • Description

  • GetContext()

  • Gets the directory virtual list view context.

Properties

  • Property

  • Description

  • AfterCount

  • Gets or sets a value indicating the number of entries after the target entry that the client is requesting from the server.

  • ApproximateTotal

  • Gets or sets a value indicating the estimated total number of items in the list.

  • BeforeCount

  • Gets or sets a value indicating the number of entries before the target entry that the client is requesting from the server.

  • Offset

  • Gets or sets a value indicating the offset of the target entry within the list.

  • Target

  • Gets or sets the target entry requested by the client.

Details

AdmDirectoryVirtualListView()

Initializes a new instance of the AdmDirectoryVirtualListView class.

AdmDirectoryVirtualListView()

AdmDirectoryVirtualListView(Byte[])

Initializes a new instance of the AdmDirectoryVirtualListView class with a given virtual list view context.

AdmDirectoryVirtualListView(Byte[] context)

AdmDirectoryVirtualListView(AdmDirectoryVirtualListView)

Initializes a new instance of the AdmDirectoryVirtualListView class and copies all information from another instance of the AdmDirectoryVirtualListView class.

AdmDirectoryVirtualListView(AdmDirectoryVirtualListView listView)

GetContext()

Gets the directory virtual list view context.

Byte[] GetContext()

AfterCount

Gets or sets a value indicating the number of entries after the target entry that the client is requesting from the server.

  • Type:
  • int
  • Access:
  • Read/Write

ApproximateTotal

Gets or sets a value indicating the estimated total number of items in the list.

  • Type:
  • int
  • Access:
  • Read/Write

BeforeCount

Gets or sets a value indicating the number of entries before the target entry that the client is requesting from the server.

  • Type:
  • int
  • Access:
  • Read/Write

Offset

Gets or sets a value indicating the offset of the target entry within the list.

  • Type:
  • int
  • Access:
  • Read/Write

Target

Gets or sets the target entry requested by the client.

  • Type:
  • string
  • Access:
  • Read/Write

Requirements

Minimum required version: 2009.1

See also