[]
Initializes a new instance of PropertyBindingAttribute attribute.
public PropertyBindingAttribute(BindingType bindingType, int order, string min, string max, string defaultValue)
| 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 |