DefaultProfile クラス

定義

プロファイル プロパティが定義されていない場合の、ユーザー プロファイルのインスタンスを表します。

public ref class DefaultProfile : System::Web::Profile::ProfileBase
public class DefaultProfile : System.Web.Profile.ProfileBase
type DefaultProfile = class
    inherit ProfileBase
Public Class DefaultProfile
Inherits ProfileBase
継承

注釈

このクラスは DefaultProfile 、プロファイル機能が有効になっているがプロパティが定義されていない場合に、ASP.NET がユーザー プロファイルの既定のインスタンスを返すために使用されます。

コンストラクター

DefaultProfile()

DefaultProfile クラスの新しいインスタンスを作成します。

プロパティ

Context

関連付けられた設定コンテキストを取得します。

(継承元 SettingsBase)
IsAnonymous

ユーザー プロファイルが匿名ユーザーのものかどうかを示す値を取得します。

(継承元 ProfileBase)
IsDirty

いずれかのプロファイル プロパティが変更されているかどうかを示す値を取得します。

(継承元 ProfileBase)
IsSynchronized

オブジェクトへのアクセスが同期されている (スレッド セーフである) かどうかを示す値を取得します。

(継承元 SettingsBase)
Item[String]

プロパティ名のインデックスによって指定されたプロパティ値を取得または設定します。

(継承元 ProfileBase)
LastActivityDate

プロファイルの読み込みまたは変更が行われた最新の日時を取得します。

(継承元 ProfileBase)
LastUpdatedDate

プロファイルが変更された最新の日時を取得します。

(継承元 ProfileBase)
Properties

設定プロパティのコレクションを取得します。

(継承元 SettingsBase)
PropertyValues

設定プロパティ値のコレクションを取得します。

(継承元 SettingsBase)
Providers

設定プロバイダーのコレクションを取得します。

(継承元 SettingsBase)
UserName

プロファイルに対するユーザー名を取得します。

(継承元 ProfileBase)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetProfileGroup(String)

指定されたグループ名のプロパティ グループを取得します。

(継承元 ProfileBase)
GetPropertyValue(String)

プロファイル プロパティの値を取得します。

(継承元 ProfileBase)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
Initialize(SettingsContext, SettingsPropertyCollection, SettingsProviderCollection)

SettingsBase オブジェクトによって使用される内部プロパティを初期化します。

(継承元 SettingsBase)
Initialize(String, Boolean)

現在のユーザーに関するプロファイルのプロパティ値と情報を初期化します。

(継承元 ProfileBase)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
Save()

プロファイルのデータ ソースを、変更されたプロファイル プロパティ値で更新します。

(継承元 ProfileBase)
SetPropertyValue(String, Object)

プロファイル プロパティの値を設定します。

(継承元 ProfileBase)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください