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

상속: IPropertyAccess
파일 보기 프로젝트 열기: DNNCommunity/DNN.XML 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