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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DownloadPropertyAccess ( string id, int portalId, int moduleId ) : System.Globalization
GetProperty ( string strPropertyName, string strFormat, CultureInfo formatProvider, DotNetNuke.Entities.Users.UserInfo accessingUser, Scope accessLevel, bool &propertyNotFound ) : string

메소드 상세

DownloadPropertyAccess() 공개 메소드

public DownloadPropertyAccess ( string id, int portalId, int moduleId ) : System.Globalization
id string
portalId int
moduleId int
리턴 System.Globalization

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