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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Md5Hash ( string value ) : string

메소드 상세

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

GravatarPropertyAccess() 공개 메소드

public GravatarPropertyAccess ( string email ) : System.Globalization
email string
리턴 System.Globalization