C# Class ToSic.SexyContent.Engines.TokenEngine.FilteredNameValueCollectionPropertyAccess

Copied from Form and List Module
Inheritance: ToSic.Eav.ValueProvider.BaseValueProvider, IPropertyAccess
Mostra file Open project: 2sic/2sxc

Public Methods

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

Get Property out of NameValueCollection

Has ( string property ) : bool

Method Details

FilteredNameValueCollectionPropertyAccess() public method

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

Get() public method

public Get ( string property, string format, bool &propertyNotFound ) : string
property string
format string
propertyNotFound bool
return string

GetProperty() public method

Get Property out of NameValueCollection
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

Has() public method

public Has ( string property ) : bool
property string
return bool