ModelChoiceProvider Class |
Namespace: Colygon.MatchPoint.EntityModel
[SerializableAttribute] public class ModelChoiceProvider : BaseChoiceProvider
The ModelChoiceProvider type exposes the following members.
Name | Description | |
---|---|---|
ModelChoiceProvider | Initializes a new instance of the ModelChoiceProvider class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAvailableFieldNames | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Entity | Specifies the entity used that provides the choice items. | |
FilterColumn | Specifies for which column the specified 'FilterValueExpression' is evaluated. | |
FilterValueExpression | Specifies an expression which is used to filter items. If specified, the 'FilterColumn' parameter must be defined as well otherwise expression filtering will be ignored. | |
SortFields | Specifies fields that are used for sorting the choice items. |