C# Class System.Web.Profile.ProfileBase

Inheritance: System.Configuration.SettingsBase
Afficher le fichier Open project: vargaz/mono Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static Create ( string username ) : ProfileBase
username string
Résultat ProfileBase

Create() public static méthode

public static Create ( string username, bool isAuthenticated ) : ProfileBase
username string
isAuthenticated bool
Résultat ProfileBase

GetProfileGroup() public méthode

public GetProfileGroup ( string groupName ) : System.Web.Profile.ProfileGroupBase
groupName string
Résultat System.Web.Profile.ProfileGroupBase

GetPropertyValue() public méthode

public GetPropertyValue ( string propertyName ) : object
propertyName string
Résultat object

Initialize() public méthode

public Initialize ( string username, bool isAuthenticated ) : void
username string
isAuthenticated bool
Résultat void

ProfileBase() public méthode

public ProfileBase ( ) : System
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void

SetPropertyValue() public méthode

public SetPropertyValue ( string propertyName, object propertyValue ) : void
propertyName string
propertyValue object
Résultat void

this() public méthode

public this ( string propertyName ) : object
propertyName string
Résultat object