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

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

Méthodes publiques

Méthode Description
RenderValuesToHtmlInsideDataSet ( DataSet ds, int moduleId, bool noScript ) : void

Private Methods

Méthode Description
GetAltAttributeForImage ( DataRow row, FieldSetting setting, TokenReplace tokenReplace ) : string
GetImageFields ( string value, FieldSetting setting, int portalId ) : ImageFields

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