C# Class DotNetNuke.Modules.UserDefinedTable.Components.DownloadPropertyAccess

Inheritance: IPropertyAccess
显示文件 Open project: DNNCommunity/DNN.FormAndList Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DownloadPropertyAccess ( string id, int portalId, int moduleId ) : System.Globalization
GetProperty ( string strPropertyName, string strFormat, CultureInfo formatProvider, DotNetNuke.Entities.Users.UserInfo accessingUser, Scope accessLevel, bool &propertyNotFound ) : string

Method Details

DownloadPropertyAccess() public method

public DownloadPropertyAccess ( string id, int portalId, int moduleId ) : System.Globalization
id string
portalId int
moduleId int
return System.Globalization

GetProperty() public method

public GetProperty ( string strPropertyName, string strFormat, CultureInfo formatProvider, DotNetNuke.Entities.Users.UserInfo accessingUser, Scope accessLevel, bool &propertyNotFound ) : string
strPropertyName string
strFormat string
formatProvider System.Globalization.CultureInfo
accessingUser DotNetNuke.Entities.Users.UserInfo
accessLevel Scope
propertyNotFound bool
return string