The FilterElement type exposes the following members.
Methods
Type | Name | Description |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (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.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
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()()().) |