DataField Constructor
See Also 
SourceCode.Workflow.Authoring Namespace > DataField Class : DataField Constructor



Glossary Item Box

Overload List

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 20Help/Help 20Minus.bmp"> to approximately 20Help/Help 20Plus.bmp"> with 28-29 significant digits.  
DataField Constructor(String,Double) A floating point type representing values ranging from approximately 20Help/Help%20Images/Double_Neg.bmp"> to 20Help/Help%20Images/Double_Plus.bmp"> with a precision of 15-16 digits.  
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.  

Requirements

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

See Also