Overload | Description |
---|---|
DataField Constructor(DataTypes) | Declares the DataField type. |
DataField Constructor(String,DataTypes) | Declares the 'string' name for the DataField type. |
DataField Constructor(String,DataTypes,Object) | Declares the Object Value for the DataField type. |
DataField Constructor() | Instantiates the DataField |
DataField Constructor(String,Boolean) | A simple type representing Boolean values of true or false. |
DataField Constructor(String,DateTime) | A type representing a date and time value. |
DataField Constructor(String,Decimal) | A simple type representing values ranging from |
DataField Constructor(String,Double) | A floating point type representing values ranging from approximately |
DataField Constructor(String,Int32) | An integral type representing signed 16-bit integers with values between -32768 and 32767. |
DataField Constructor(String,Int64) | An integral type representing signed 32-bit integers with values between -2147483648 and 2147483647. |
DataField Constructor(String,String) | A sealed class type representing Unicode character strings. |
DataField Constructor(String,Byte[]) | An integral type representing unsigned 8-bit integers with values between 0 and 255. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2