Skip to main content
A newer version of this page is available. .

CriteriaOptionsAttribute Properties

Applied to a business class’ string property that stores a filter criterion for a business object collection.
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