[]
Initializes a new instance of PropertyBindingAttribute attribute.
public PropertyBindingAttribute(BindingType bindingType, int order, string min, string max, string defaultValue)
Public Sub New(bindingType As BindingType, order As Integer, min As String, max As String, defaultValue As String)
| Type | Name | Description |
|---|---|---|
| BindingType | bindingType | Type of binding |
| int | order | Order of the property |
| string | min | Minimum value of this property |
| string | max | Maximum value of this property |
| string | defaultValue | Default value of this property |