C# Class DotNetNuke.Modules.UserDefinedTable.DataTypes.DataTypeExpression

MetaData and Formating for DataType "Expression"
Inheritance: DataType
Afficher le fichier Open project: DNNCommunity/DNN.FormAndList

Méthodes publiques

Méthode Description
RenderValuesToHtmlInsideDataSet ( DataSet ds, int moduleId, bool noScript ) : void
SetStylesAndFormats ( System.Web.UI.WebControls.BoundField column, string format ) : void

Private Methods

Méthode Description
GetType ( string typestring ) : Type
WarningMessage ( string message, int moduleId ) : string

Method Details

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