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

MetaData and Formating for DataType "Date"
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

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