C# Class System.Web.Profile.ProfileBase

Inheritance: System.Configuration.SettingsBase
Show file Open project: vargaz/mono Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Create() public static method

public static Create ( string username ) : ProfileBase
username string
return ProfileBase

Create() public static method

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

GetProfileGroup() public method

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

GetPropertyValue() public method

public GetPropertyValue ( string propertyName ) : object
propertyName string
return object

Initialize() public method

public Initialize ( string username, bool isAuthenticated ) : void
username string
isAuthenticated bool
return void

ProfileBase() public method

public ProfileBase ( ) : System
return System

Save() public method

public Save ( ) : void
return void

SetPropertyValue() public method

public SetPropertyValue ( string propertyName, object propertyValue ) : void
propertyName string
propertyValue object
return void

this() public method

public this ( string propertyName ) : object
propertyName string
return object