C# 클래스 System.Web.Profile.ProfileBase

상속: System.Configuration.SettingsBase
파일 보기 프로젝트 열기: vargaz/mono 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string username ) : ProfileBase
Create ( string username, bool isAuthenticated ) : ProfileBase
GetProfileGroup ( string groupName ) : System.Web.Profile.ProfileGroupBase
GetPropertyValue ( string propertyName ) : object
Initialize ( string username, bool isAuthenticated ) : void
ProfileBase ( ) : System
Save ( ) : void
SetPropertyValue ( string propertyName, object propertyValue ) : void
this ( string propertyName ) : object

비공개 메소드들

메소드 설명
CreateSettingsProperty ( System.Web.Configuration.ProfileGroupSettings pgs, System.Web.Configuration.ProfilePropertySettings pps ) : SettingsProperty
CreateSettingsProperty ( PropertyInfo property ) : SettingsProperty
GetPropertyType ( System.Web.Configuration.ProfileGroupSettings pgs, System.Web.Configuration.ProfilePropertySettings pps ) : Type
InitProperties ( ) : void
InitPropertiesValues ( ) : void
ValidateProperty ( SettingsProperty settingsProperty, ElementInformation elementInfo ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string username ) : ProfileBase
username string
리턴 ProfileBase

Create() 공개 정적인 메소드

public static Create ( string username, bool isAuthenticated ) : ProfileBase
username string
isAuthenticated bool
리턴 ProfileBase

GetProfileGroup() 공개 메소드

public GetProfileGroup ( string groupName ) : System.Web.Profile.ProfileGroupBase
groupName string
리턴 System.Web.Profile.ProfileGroupBase

GetPropertyValue() 공개 메소드

public GetPropertyValue ( string propertyName ) : object
propertyName string
리턴 object

Initialize() 공개 메소드

public Initialize ( string username, bool isAuthenticated ) : void
username string
isAuthenticated bool
리턴 void

ProfileBase() 공개 메소드

public ProfileBase ( ) : System
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetPropertyValue() 공개 메소드

public SetPropertyValue ( string propertyName, object propertyValue ) : void
propertyName string
propertyValue object
리턴 void

this() 공개 메소드

public this ( string propertyName ) : object
propertyName string
리턴 object