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
Afficher le fichier Open project: DNNCommunity/DNN.FormAndList

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GetFieldSetting ( string key, int id, DataSet ds ) : object

Method Details

ByName() public static méthode

public static ByName ( string dataTypeName ) : DataType
dataTypeName string
Résultat DataType

ContentDataTypes() public static méthode

public static ContentDataTypes ( ) : string>.IDictionary
Résultat string>.IDictionary

GetDataTypesConfigPath() public static méthode

public static GetDataTypesConfigPath ( ) : String
Résultat String

GetFieldSetting() protected méthode

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

GetLocalization() public méthode

public GetLocalization ( string setting = "" ) : string
setting string
Résultat string

RenderValuesToHtmlInsideDataSet() public méthode

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

SetStylesAndFormats() public méthode

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

SystemDataTypes() public static méthode

public static SystemDataTypes ( ) : string>.IDictionary
Résultat string>.IDictionary