PropertiesRequest Class

Definition

this component of the <see>Request</see> 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

Name Description
PropertiesRequest()

default constructor

PropertiesRequest(String[], OrderBy[])

initialize list of properties and ordering information

PropertiesRequest(String[])

initalize with the list of fields

Properties

Name Description
Fields

properties to be brought back

OrderByList

list of order by clauses

PropertyAlias

describes how the property names will be aliased

RequestFieldsTypes

<see>RequestFieldsTypes</see> describes what the list of fields means

Applies to