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

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

Méthodes publiques

Méthode Description
GetAddress ( string fieldName, DataRow row ) : string
GetEmailAddress ( string fieldName, DataRow row ) : string
RenderValuesToHtmlInsideDataSet ( DataSet ds, int moduleId, bool noScript ) : void

Method Details

GetAddress() public méthode

public GetAddress ( string fieldName, DataRow row ) : string
fieldName string
row System.Data.DataRow
Résultat string

GetEmailAddress() public méthode

public GetEmailAddress ( string fieldName, DataRow row ) : string
fieldName string
row System.Data.DataRow
Résultat string

RenderValuesToHtmlInsideDataSet() public méthode

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