[]
        
(Showing Draft Content)

C1.WPF.Document.ParameterType

ParameterType Enum

Specifies the type of a value (e.g. in a DataType).

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.dll
Syntax
public enum ParameterType

Fields

Name Description
Boolean

The value is Boolean.

Date

The value is DateTime, but only dates can be entered (the time part will always be 0:00.00).

DateTime

The value is DateTime.

Float

The value is float (internally, such parameters are stored and processed as double values).

Integer

The value is Integer.

String

The value is String.

Time

The value is DateTime, but only times can be entered (the date part will always be set to the current date).