The following tables list the members exposed by DataBindFormat.
Name | Description | |
---|---|---|
![]() | DataBindFormat Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | add | linear transformation parameter ( x + A ) * b |
![]() | format | Formatting definition string as supported by .Net ToString("xx") for numeric and DateTime objects. |
![]() | multiply | linear transformation parameter ( x + a ) * B |
![]() | name | Name of the definition. For user management purposes only. |
![]() | requestType | Data type of item value requested from the server. The default is typeof(void) for the canonical server data type. |
![]() | requestTypeName | Name of request data type. This field is used in the XML file and the XML loader assigns the corresponding System.Type to the requestType field. The DataBind hanlder doesn't use this field. |
![]() | showNonGoodQuality | If set non-GOOD quality values are shown with the value. E.g. 1234.5(uncertain) |
![]() | showNoValueOnBadQuality | If set then the item value is not displayed if the quality is in the BAD range. The quality is shown if 'showNonGoodQuality' is set, otherwise blank. |