The PropertyFilter type exposes the following members.

ToggleMethods

Type NameDescription
Public methodAddExcludeProperty
Adds one or more properties to be excluded during an object retrieval or object refresh. Any properties specified for exclusion will override those properties that are specified in an IncludeProperty or IncludeType specification.
Public methodAddIncludePropertyOverloaded.
Public methodAddIncludeTypeOverloaded.
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 methodGetExcludeProperties
Returns an array of ExcludeProperty specifications, each of which identifies the properties to be excluded during an object retrieval or object refresh. Any properties specified for exclusion will override those properties that are specified in an IncludeProperty or IncludeType specification.
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 methodGetIncludeProperties
Returns an array of FilterElement objects, each of which identifies one or more properties to be included during an object retrieval or object refresh.
Public methodGetIncludeTypes
Returns an array of FilterElement objects, each of which identifies properties to be included by type during an object retrieval or object refresh.
Public methodGetLevelDependents
Returns whether the recursion level that the property filter uses when retrieving a dependent object is the same as that of the independent object to which it belongs (True) or one level deeper (False). The returned value is a global value for this PropertyFilter object. You can set this value by calling one of the SetLevelDependents methods of this PropertyFilter object.
Public methodGetMaxRecursion
Returns the maximum recursion depth for the property filter to use when retrieving property relationships. The returned value is the global value for this PropertyFilter object. You can set this value by calling one of the setMaxRecursion methods of this PropertyFilter object.
Public methodGetMaxSize
Returns the maximum size of content data that the property filter is allowed to retrieve. If this size is exceeded, no content data is retrieved. The returned value is a global value for this PropertyFilter object. You can set this value by calling the SetMaxSize method of this PropertyFilter object.
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. The iterator page size determines how many elements of an independent object set are retrieved from the server during each fetch. You can set this value by calling one of the setPageSize methods of this PropertyFilter object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetLevelDependentsOverloaded.
Public methodSetMaxRecursionOverloaded.
Public methodSetMaxSize
Sets the maximum size of content data that the property filter is allowed to retrieve.
Public methodSetPageSizeOverloaded.
Public methodToString
Returns a String describing this PropertyFilter object. The string includes the object's class name and its maxRecursion, maxSize, pageSize, and levelDependents attributes. In addition, the string includes the object's list of included properties, list of included property types, and list of excluded properties.
(Overrides Object..::.ToString()()().)

ToggleSee Also