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