The FilterElement type exposes the following members.

ToggleMethods

Type NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
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.)
Public methodGetLevelDependents
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).
Public methodGetMaxRecursion
Returns the maximum recursion depth to use when retrieving property relationships specified by this FilterElement object.
Public methodGetMaxSize
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.
Public methodGetObjectData
This method is exposed to satisfy the ISerializable interface.
Public methodGetPageSize
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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
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.
(Overrides Object..::.ToString()()().)

ToggleSee Also