Public Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method 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)
Public method 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).
Public method GetMaxRecursion Returns the maximum recursion depth to use when retrieving property relationships specified by this FilterElement object.
Public method 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.
Public method GetObjectData This method is exposed to satisfy the ISerializable interface.
Public method 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.
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method 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.
Public method 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.
Top

Protected Methods

  Name Description
Family method 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)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also