Document Library for WinForms
ParameterType 列挙体

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 : ParameterType 列挙体
Specifies the type of a value (e.g. in a Parameter.DataType).
シンタックス
'宣言
 
Public Enum ParameterType 
   Inherits System.Enum
public enum ParameterType : System.Enum 
メンバ
メンバ解説
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).
継承階層

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

参照

C1.Win.Document 名前空間