PersistenceProviderElement クラス

定義

注意事項

The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*

使用する永続化プロバイダー実装の型と、永続化操作に使用するタイムアウトを指定する永続化サービス構成要素を表します。 この要素で示される追加属性は、指定された永続化プロバイダーのコンストラクターに渡されます。

public ref class PersistenceProviderElement : System::ServiceModel::Configuration::BehaviorExtensionElement
public class PersistenceProviderElement : System.ServiceModel.Configuration.BehaviorExtensionElement
[System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")]
public class PersistenceProviderElement : System.ServiceModel.Configuration.BehaviorExtensionElement
type PersistenceProviderElement = class
    inherit BehaviorExtensionElement
[<System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")>]
type PersistenceProviderElement = class
    inherit BehaviorExtensionElement
Public Class PersistenceProviderElement
Inherits BehaviorExtensionElement
継承
継承
属性

注釈

永続化プロバイダー構成要素は通常、system.serviceModel セクションの serviceBehaviors サブセクションにある behaviors ノード下のアプリケーション構成ファイルで定義されています。

コンストラクター

PersistenceProviderElement()
古い.

PersistenceProviderElement クラスの新しいインスタンスを初期化します。

プロパティ

BehaviorType
古い.

動作の種類を取得します。

ConfigurationElementName
古い.

この構成要素の名前を取得します。

(継承元 ServiceModelExtensionElement)
CurrentConfiguration
古い.

現在の Configuration インスタンスが属している構成階層を表す最上位の ConfigurationElement インスタンスへの参照を取得します。

(継承元 ConfigurationElement)
ElementInformation
古い.

ElementInformation オブジェクトのカスタマイズできない情報と機能を格納する ConfigurationElement オブジェクトを取得します。

(継承元 ConfigurationElement)
ElementProperty
古い.

ConfigurationElementProperty オブジェクト自体を表す ConfigurationElement オブジェクトを取得します。

(継承元 ConfigurationElement)
EvaluationContext
古い.

ContextInformation オブジェクトの ConfigurationElement オブジェクトを取得します。

(継承元 ConfigurationElement)
HasContext
古い.

CurrentConfiguration プロパティが null であるかどうかを示す値を取得します。

(継承元 ConfigurationElement)
Item[ConfigurationProperty]
古い.

この構成要素のプロパティまたは属性を取得または設定します。

(継承元 ConfigurationElement)
Item[String]
古い.

この構成要素のプロパティ、属性、または子要素を取得または設定します。

(継承元 ConfigurationElement)
LockAllAttributesExcept
古い.

ロックされている属性のコレクションを取得します。

(継承元 ConfigurationElement)
LockAllElementsExcept
古い.

ロックされている要素のコレクションを取得します。

(継承元 ConfigurationElement)
LockAttributes
古い.

ロックされている属性のコレクションを取得します。

(継承元 ConfigurationElement)
LockElements
古い.

ロックされている要素のコレクションを取得します。

(継承元 ConfigurationElement)
LockItem
古い.

要素がロックされているかどうかを示す値を取得または設定します。

(継承元 ConfigurationElement)
PersistenceOperationTimeout
古い.

永続化操作に使用されるタイムアウトを取得または設定します。

PersistenceProviderArguments
古い.

この PersistenceProviderElement フィールドの追加の属性を取得します。

Properties
古い.

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

(継承元 ConfigurationElement)
Type
古い.

サービスで使用される永続化プロバイダーの型を取得または設定します。

メソッド

CopyFrom(ServiceModelExtensionElement)
古い.

指定された構成要素の内容をこの構成要素にコピーします。

(継承元 ServiceModelExtensionElement)
CreateBehavior()
古い.

この構成要素の設定に基づくカスタム動作を作成します。

DeserializeElement(XmlReader, Boolean)
古い.

構成ファイルから XML を読み取ります。

(継承元 ConfigurationElement)
Equals(Object)
古い.

現在の ConfigurationElement インスタンスを、指定したオブジェクトと比較します。

(継承元 ConfigurationElement)
GetHashCode()
古い.

現在の ConfigurationElement インスタンスを表す一意の値を取得します。

(継承元 ConfigurationElement)
GetTransformedAssemblyString(String)
古い.

指定されたアセンブリ名を変換して返します。

(継承元 ConfigurationElement)
GetTransformedTypeString(String)
古い.

指定された型名を変換して返します。

(継承元 ConfigurationElement)
GetType()
古い.

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

(継承元 Object)
Init()
古い.

ConfigurationElement オブジェクトを初期状態に設定します。

(継承元 ConfigurationElement)
InitializeDefault()
古い.

ConfigurationElement オブジェクトの既定の値セットを初期化するために使用します。

(継承元 ConfigurationElement)
IsModified()
古い.

この構成要素が最後の保存または読み込み以降に変更されたかどうかを示します。

IsReadOnly()
古い.

ConfigurationElement オブジェクトが読み取り専用かどうかを示す値を取得します。

(継承元 ConfigurationElement)
ListErrors(IList)
古い.

この ConfigurationElement オブジェクトおよびすべてのサブ要素の無効なプロパティのエラーを、渡されたリストに追加します。

(継承元 ConfigurationElement)
MemberwiseClone()
古い.

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

(継承元 Object)
OnDeserializeUnrecognizedAttribute(String, String)
古い.

逆シリカル化中に不明な属性が発生したかどうかを示します。

OnDeserializeUnrecognizedElement(String, XmlReader)
古い.

逆シリカル化中に不明な要素が発生したかどうかを示す値を取得します。

(継承元 ConfigurationElement)
OnRequiredPropertyNotFound(String)
古い.

必要なプロパティが見つからないと例外がスローされます。

(継承元 ConfigurationElement)
PostDeserialize()
古い.

逆シリアル化後に呼び出されます。

PreSerialize(XmlWriter)
古い.

シリアル化前に呼び出されます。

(継承元 ConfigurationElement)
Reset(ConfigurationElement)
古い.

この構成要素オブジェクトの内部状態 (ロックやプロパティ コレクションなど) をリセットします。

(継承元 ServiceModelExtensionElement)
ResetModified()
古い.

IsModified() メソッドの値が派生クラスに実装されたときに、false にリセットします。

(継承元 ConfigurationElement)
SerializeElement(XmlWriter, Boolean)
古い.

この構成要素の内容を構成ファイルに書き込みます。

SerializeToXmlElement(XmlWriter, String)
古い.

派生クラスに実装されている場合、この構成要素の外側のタグを構成ファイルに書き込みます。

(継承元 ConfigurationElement)
SetPropertyValue(ConfigurationProperty, Object, Boolean)
古い.

プロパティを指定した値に設定します。

(継承元 ConfigurationElement)
SetPropertyValueIfNotDefaultValue<T>(String, T)
古い.

値が既定値でない場合、構成要素のプロパティ値を設定します。

(継承元 ServiceModelConfigurationElement)
SetReadOnly()
古い.

IsReadOnly() オブジェクトおよびすべてのサブ要素に ConfigurationElement プロパティを設定します。

(継承元 ConfigurationElement)
ToString()
古い.

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

(継承元 Object)
Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)
古い.

この構成要素オブジェクトを変更して、保存しないすべての値が削除されるようにします。

適用対象