C# 클래스 ToSic.SexyContent.Engines.TokenEngine.FilteredNameValueCollectionPropertyAccess

Copied from Form and List Module
상속: ToSic.Eav.ValueProvider.BaseValueProvider, IPropertyAccess
파일 보기 프로젝트 열기: 2sic/2sxc

공개 메소드들

메소드 설명
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

메소드 상세

FilteredNameValueCollectionPropertyAccess() 공개 메소드

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

Get() 공개 메소드

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

GetProperty() 공개 메소드

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
리턴 string

Has() 공개 메소드

public Has ( string property ) : bool
property string
리턴 bool