ComponentOne Document Library for UWP
ParameterType Enumeration

C1.UWP.Document Assembly > C1.Xaml.Document Namespace : ParameterType Enumeration
Specifies the type of a value (e.g. in a Parameter.DataType).
Syntax
'Declaration
 
Public Enum ParameterType 
   Inherits System.Enum
public enum ParameterType : System.Enum 
Members
MemberDescription
BooleanThe value is Boolean.
DateThe value is DateTime, but only dates can be entered (the time part will always be 0:00.00).
DateTimeThe value is DateTime.
FloatThe value is float (internally, such parameters are stored and processed as double values).
IntegerThe value is Integer.
StringThe value is String.
TimeThe value is DateTime, but only times can be entered (the date part will always be set to the current date).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Document.ParameterType

See Also

Reference

C1.Xaml.Document Namespace