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

MetaData and Formating for DataType "Expression"
Inheritance: DataType
Mostrar archivo Open project: DNNCommunity/DNN.FormAndList

Public Methods

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

Private Methods

Method Description
GetType ( string typestring ) : Type
WarningMessage ( string message, int moduleId ) : string

Method Details

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