메소드 | 설명 | |
---|---|---|
Create ( string username ) : |
||
Create ( string username, bool isAuthenticated ) : |
||
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 ) : |
||
CreateSettingsProperty ( |
||
GetPropertyType ( System.Web.Configuration.ProfileGroupSettings pgs, System.Web.Configuration.ProfilePropertySettings pps ) : Type | ||
InitProperties ( ) : void | ||
InitPropertiesValues ( ) : void | ||
ValidateProperty ( |
public static Create ( string username ) : |
||
username | string | |
리턴 |
public static Create ( string username, bool isAuthenticated ) : |
||
username | string | |
isAuthenticated | bool | |
리턴 |
public GetProfileGroup ( string groupName ) : System.Web.Profile.ProfileGroupBase | ||
groupName | string | |
리턴 | System.Web.Profile.ProfileGroupBase |
public GetPropertyValue ( string propertyName ) : object | ||
propertyName | string | |
리턴 | object |
public Initialize ( string username, bool isAuthenticated ) : void | ||
username | string | |
isAuthenticated | bool | |
리턴 | void |
public SetPropertyValue ( string propertyName, object propertyValue ) : void | ||
propertyName | string | |
propertyValue | object | |
리턴 | void |