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

Inheritance: IPropertyAccess
Show file Open project: DNNCommunity/DNN.FormAndList Class Usage Examples

Public Methods

Method Description
FilteredNameValueCollectionPropertyAccess ( NameValueCollection list ) : System.Collections.Specialized
GetProperty ( string strPropertyName, string strFormat, CultureInfo formatProvider, DotNetNuke.Entities.Users.UserInfo AccessingUser, Scope AccessLevel, bool &PropertyNotFound ) : string

Method Details

FilteredNameValueCollectionPropertyAccess() public method

public FilteredNameValueCollectionPropertyAccess ( NameValueCollection list ) : System.Collections.Specialized
list System.Collections.Specialized.NameValueCollection
return System.Collections.Specialized

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