IFilterDescriptor Members
Include Protected Members
Include Inherited Members
Describes a filter.
The IFilterDescriptor type exposes the following members.
Properties
Name | Description | |
---|---|---|
FilterField | Retrieves the Field in the view that is affected by the result of this filter, described by dot path notation. | |
FilterType | Retrieves the type of the filter. | |
Id | Gets the identifier of the metadata object. (Inherited from IMetadataStruct.) | |
IsCached | Determines whether the metadata object is cached in memory. (Inherited from IMetadataStruct.) | |
Name | Gets the name of the metadata object. (Inherited from IMetadataStruct.) | |
Type | Retrieves the type of the filter implementation. |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether this metadata object contains a localized display name. (Inherited from IMetadataObject.) | |
GetDefaultDisplayName | Returns the default display name of this metadata object. (Inherited from IMetadataObject.) | |
GetLocalizedDisplayName | Returns the localized display name of this metadata object. (Inherited from IMetadataObject.) | |
GetLocalizedNames | Returns the localized names of this metadata object. (Inherited from IMetadataObject.) | |
GetMethod | Returns the method that has this filter. | |
GetProperties | Returns the properties of this metadata object. (Inherited from IMetadataObject.) | |
GetTypeDescriptors | Retrieves the type descriptors associated with this filter. |
Top