Click or drag to resize

Altaxo.Gui.Common.BasicTypes Namespace

Contains controllers for editing basic scalar and value types.
Classes
 ClassDescription
Public classBooleanValueController Controller for a boolean value.
Public classDateTimeOffsetValueController Controller for DateTimeOffset values.
Public classDateTimeValueController Controller for DateTime values.
Public classDecimalValueController Summary description for NumericDecimalValueController.
Public classEnumValueController Controller for enumeration values, including flags enumerations.
Public classIntegerValueController Controller for all integral types (byte, ubyte .. long, ulong, BigInteger).
Public classNumericDoubleValueController Summary description for NumericDoubleValueController.
Public classNumericFloatValueController Summary description for NumericDoubleValueController.
Public classStringValueController Controller for string values.
Public classTimeSpanValueController Controller for TimeSpan values.
Interfaces
 InterfaceDescription
Public interfaceIBooleanValueController Defines additional metadata for a boolean value controller.
Public interfaceIBooleanValueView Defines the view contract for editing boolean values.
Public interfaceIDateTimeOffsetValueView Defines the view contract for editing DateTimeOffset values.
Public interfaceIDateTimeValueView Defines the view contract for editing DateTime values.
Public interfaceIDecimalValueView Defines the view contract for editing decimal values.
Public interfaceIEnumValueView Defines the view contract for editing enumeration values.
Public interfaceIIntegerValueView Defines the view contract for editing integral values.
Public interfaceINumericDoubleValueView Defines the view contract for editing Double values.
Public interfaceINumericFloatValueView Defines the view contract for editing Single values.
Public interfaceIStringValueView Defines the view contract for editing string values.
Public interfaceITimeSpanValueView Defines the view contract for editing TimeSpan values.