C# Class DotNetNuke.Modules.UserDefinedTable.DataType

Abstraced (MustInherit) DataType Class Defines the Interface and provides some Default Settings Used for Definition and Rendering of Fields in the UserDefinedTable
Mostrar archivo Open project: DNNCommunity/DNN.FormAndList

Private Properties

Property Type Description

Public Methods

Method Description
ByName ( string dataTypeName ) : DataType
ContentDataTypes ( ) : string>.IDictionary
GetDataTypesConfigPath ( ) : String
GetLocalization ( string setting = "" ) : string
RenderValuesToHtmlInsideDataSet ( DataSet ds, int moduleId, bool noScript ) : void
SetStylesAndFormats ( System.Web.UI.WebControls.BoundField column, string format ) : void
SystemDataTypes ( ) : string>.IDictionary

Protected Methods

Method Description
GetFieldSetting ( string key, int id, DataSet ds ) : object

Method Details

ByName() public static method

public static ByName ( string dataTypeName ) : DataType
dataTypeName string
return DataType

ContentDataTypes() public static method

public static ContentDataTypes ( ) : string>.IDictionary
return string>.IDictionary

GetDataTypesConfigPath() public static method

public static GetDataTypesConfigPath ( ) : String
return String

GetFieldSetting() protected method

protected GetFieldSetting ( string key, int id, DataSet ds ) : object
key string
id int
ds System.Data.DataSet
return object

GetLocalization() public method

public GetLocalization ( string setting = "" ) : string
setting string
return string

RenderValuesToHtmlInsideDataSet() public method

public RenderValuesToHtmlInsideDataSet ( DataSet ds, int moduleId, bool noScript ) : void
ds System.Data.DataSet
moduleId int
noScript bool
return void

SetStylesAndFormats() public method

public SetStylesAndFormats ( System.Web.UI.WebControls.BoundField column, string format ) : void
column System.Web.UI.WebControls.BoundField
format string
return void

SystemDataTypes() public static method

public static SystemDataTypes ( ) : string>.IDictionary
return string>.IDictionary