Column(Int32, String, String, String, String, String, String, String, String, String, Boolean, String, MappingType, String, Type, Boolean, Int32, DateTimeMode) Constructor
Initializes a new instance of the
Column class
Namespace: Centralpoint.Web.Cms.DataTransferAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
public Column(
int ordinal,
string systemName,
string name,
string toolTip,
string helpUrl = "",
string headerText = "",
string preText = "",
string defaultValue = "",
string postText = "",
string footerText = "",
bool allowScripts = false,
string value = "",
MappingType mappingType = MappingType.PlainText,
string sourceColumn = "",
Type dataType = null,
bool allowNulls = true,
int maxLength = 0,
DateTimeMode dateTimeMode = DateTimeMode.Unknown
)
Public Sub New (
ordinal As Integer,
systemName As String,
name As String,
toolTip As String,
Optional helpUrl As String = "",
Optional headerText As String = "",
Optional preText As String = "",
Optional defaultValue As String = "",
Optional postText As String = "",
Optional footerText As String = "",
Optional allowScripts As Boolean = false,
Optional value As String = "",
Optional mappingType As MappingType = MappingType.PlainText,
Optional sourceColumn As String = "",
Optional dataType As Type = Nothing,
Optional allowNulls As Boolean = true,
Optional maxLength As Integer = 0,
Optional dateTimeMode As DateTimeMode = DateTimeMode.Unknown
)
Parameters
- ordinal Int32
-
- systemName String
-
- name String
-
- toolTip String
-
- helpUrl String (Optional)
-
- headerText String (Optional)
-
- preText String (Optional)
-
- defaultValue String (Optional)
-
- postText String (Optional)
-
- footerText String (Optional)
-
- allowScripts Boolean (Optional)
-
- value String (Optional)
-
- mappingType MappingType (Optional)
-
- sourceColumn String (Optional)
-
- dataType Type (Optional)
-
- allowNulls Boolean (Optional)
-
- maxLength Int32 (Optional)
-
- dateTimeMode DateTimeMode (Optional)
-