C# Class SigTrade.Profile

Mostrar archivo Open project: unepwcmc/sigtrade

Public Methods

Method Description
Create ( string userName ) : ProfileBase
Create ( string userName, bool isAuthenticated ) : ProfileBase
GetProfile ( string username ) : Profile
GetProfile ( string username, bool authenticated ) : Profile
GetProfileGroup ( string groupName ) : System.Web.Profile.ProfileGroupBase
GetPropertyValue ( string propertyName ) : object
Initialize ( System context, System properties, System providers ) : void
Initialize ( string username, bool isAuthenticated ) : void
Profile ( ) : System
Profile ( System profileBase ) : System
Save ( ) : void
SetPropertyValue ( string propertyName, object propertyValue ) : void
Synchronized ( System settingsBase ) : SettingsBase
this ( string propertyName ) : object

Method Details

Create() public static method

public static Create ( string userName ) : ProfileBase
userName string
return System.Web.Profile.ProfileBase

Create() public static method

public static Create ( string userName, bool isAuthenticated ) : ProfileBase
userName string
isAuthenticated bool
return System.Web.Profile.ProfileBase

GetProfile() public static method

public static GetProfile ( string username ) : Profile
username string
return Profile

GetProfile() public static method

public static GetProfile ( string username, bool authenticated ) : Profile
username string
authenticated bool
return Profile

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 ( System context, System properties, System providers ) : void
context System
properties System
providers System
return void

Initialize() public method

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

Profile() public method

public Profile ( ) : System
return System

Profile() public method

public Profile ( System profileBase ) : System
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

Synchronized() public static method

public static Synchronized ( System settingsBase ) : SettingsBase
settingsBase System
return System.Configuration.SettingsBase

this() public method

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