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

MetaData and Formating for DataType "Boolean"
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 ( BoundField column, string format ) : void

Method Details

RenderValuesToHtmlInsideDataSet() public méthode

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

SetStylesAndFormats() public méthode

public SetStylesAndFormats ( BoundField column, string format ) : void
column BoundField
format string
Résultat void