CriteriaOptionsAttribute Properties
Indicates that the target string property stores a filter criterion.| Name | Description |
|---|---|
| ObjectTypeMemberName |
Specifies the name of the System.Type property in the business class that defines the type of objects the criterion filters.
|
| ParametersMemberName |
Specifies the name of the IEnumerable\<IFilterParameter> property in the business class that provides custom filter parameters for Criteria Property Editors.
|
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also