PropertiesRequest Class

Definition

this component of the Request specifies which properties has to be returned for a level

[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class PropertiesRequest
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type PropertiesRequest = class
Public Class PropertiesRequest
Inheritance
PropertiesRequest
Derived
Attributes

Constructors

PropertiesRequest()

default constructor

PropertiesRequest(String[])

initalize with the list of fields

PropertiesRequest(String[], OrderBy[])

initialize list of properties and ordering information

Properties

Fields

properties to be brought back

OrderByList

list of order by clauses

PropertyAlias

describes how the property names will be aliased

RequestFieldsTypes

RequestFieldsTypes describes what the list of fields means

Applies to