IBindingValue

Assembly: System;

Namespace: Prognoz.Platform.Interop.ForeSystem;

Description

The IBindingValue interface contains properties that are used to determine basic parameters of value editors.

Inheritance Hierarchy

IBindingValue

Comments

The interface is basic for the following interfaces:

The value editors are used to simplify input or selection of controls and regular report cells.

Properties

  Property name Brief description
The AsString property determines value editor parameters as a binding string.
The Mandatory property manages the ALLOWEMPTY parameter value in a binding string.
The MandatoryDefined property determines whether the ALLOWEMPTY parameter is present in a binding string.
The ReadOnly property determines the READONLY parameter value in a binding string.
The ReadOnlyDefined property determines whether the READONLY parameter is present in a binding string.
The UI property returns type of value editor.

See also:

System Assembly Interfaces