|
Name |
Description |
|
Equals |
Determines whether the specified Object is equal to the current Object. (inherited from Object) |
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object) |
|
GetLevelDependents
|
Returns whether the recursion level to use when retrieving a dependent object specified by this FilterElement object is the same as that of the independent object to which it belongs (True ) or one level deeper (False ). |
|
GetMaxRecursion
|
Returns the maximum recursion depth to use when retrieving property relationships specified by this FilterElement object. |
|
GetMaxSize
|
Returns the maximum size of the content data that can be returned when properties that hold content data specified by this FilterElement object are retrieved. If the amount of content data held by retrieved properties exceeds this size, no content data is returned. |
|
GetObjectData
|
This method is exposed to satisfy the ISerializable interface. |
|
GetPageSize
|
Returns the iterator page size for independent object sets returned by PropertyIndependentObjectSet properties specified by this FilterElement object . The iterator page size determines how many elements of an independent object set are retrieved from the server during each fetch. |
|
GetType |
Gets the Type of the current instance. (inherited from Object) |
|
GetValue
|
Returns a space-separated list of one or more property identifiers or a space-separated list of one or more property types that are specified by this FilterElement object. |
|
ToString
|
Overridden. Returns a String describing this FilterElement object, including its class name, list of included properties, list of included property types, list of excluded properties, and its maxRecursion, maxSize, levelDependents, and pageSize attributes. |