C# Класс System.Web.Profile.ProfileBase

Наследование: System.Configuration.SettingsBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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