C# 클래스 DotNetNuke.Modules.UserDefinedTable.Components.FilteredNameValueCollectionPropertyAccess

상속: IPropertyAccess
파일 보기 프로젝트 열기: DNNCommunity/DNN.FormAndList 1 사용 예제들

공개 메소드들

메소드 설명
FilteredNameValueCollectionPropertyAccess ( NameValueCollection list ) : System.Collections.Specialized
GetProperty ( string strPropertyName, string strFormat, CultureInfo formatProvider, DotNetNuke.Entities.Users.UserInfo AccessingUser, Scope AccessLevel, bool &PropertyNotFound ) : string

메소드 상세

FilteredNameValueCollectionPropertyAccess() 공개 메소드

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

GetProperty() 공개 메소드

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