WorkflowRuntimeElement クラス

定義

注意事項

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

ワークフロー ベースのWindows Communication Foundation (WCF) サービスをホストするための WorkflowRuntime のインスタンスの設定を指定する構成要素を表します。

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

<serviceBehaviors>

<behavior name="ServiceBehavior">

<workflowRuntime name="WorkflowServiceHostRuntime" validateOnCreate="true" enablePerformanceCounters="true">

<services>

<add type="NetFx.Checkin.Scenario.WorkflowServices.WorkflowBasedServices.Common.TestPersistenceService.FilePersistenceService, NetFx.Checkin.Scenario.WorkflowServices.WorkflowBasedServices.Common"/>

</services>

</workflowRuntime>

</behavior>

</serviceBehaviors>

注釈

構成ファイルを使用して ServiceDebugElement 機能のいずれかを有効または無効にするには、次の手順を実行する必要があります。

  1. WCF サービスのサービス要素に動作構成属性を追加します。 エンドポイントの動作は endpoint 要素で構成され、サービス動作は service 要素で構成されます。

  2. serviceBehaviors セクションを作成し、手順 1 のbehaviorConfiguration属性値に対応する名前の動作要素を追加します。

  3. 手順 2 の動作要素に serviceDebug 要素を追加し、必要に応じてさまざまなプロパティを有効または無効にします。

コンストラクター

名前 説明
WorkflowRuntimeElement()
古い.

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

プロパティ

名前 説明
BehaviorType
古い.

この動作要素の型を取得します。

CachedInstanceExpiration
古い.

キャッシュされたインスタンスの有効期限を指定する値を取得または設定します。

CommonParameters
古い.

サービスで使用される一般的なパラメーターのコレクションを取得します。

ConfigurationElementName
古い.

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

(継承元 ServiceModelExtensionElement)
CurrentConfiguration
古い.

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

(継承元 ConfigurationElement)
ElementInformation
古い.

ElementInformation オブジェクトのカスタマイズ不可能な情報と機能を含むConfigurationElement オブジェクトを取得します。

(継承元 ConfigurationElement)
ElementProperty
古い.

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

(継承元 ConfigurationElement)
EnablePerformanceCounters
古い.

パフォーマンス カウンターが有効かどうかを示す値を取得または設定します。

EvaluationContext
古い.

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

(継承元 ConfigurationElement)
HasContext
古い.

CurrentConfiguration プロパティがnullされているかどうかを示す値を取得します。

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

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

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

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

(継承元 ConfigurationElement)
LockAllAttributesExcept
古い.

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

(継承元 ConfigurationElement)
LockAllElementsExcept
古い.

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

(継承元 ConfigurationElement)
LockAttributes
古い.

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

(継承元 ConfigurationElement)
LockElements
古い.

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

(継承元 ConfigurationElement)
LockItem
古い.

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

(継承元 ConfigurationElement)
Name
古い.

ワークフロー ランタイム エンジンの名前を取得または設定します。

Properties
古い.

この構成要素の属性またはConfigurationPropertyCollectionオブジェクトにすることができるConfigurationProperty オブジェクトのコレクションを含むConfigurationElement インスタンスを取得します。

Services
古い.

WorkflowRuntime エンジンに追加されるサービスのコレクションを取得します。

ValidateOnCreate
古い.

ワークフロー インスタンスの作成時に検証を行うかどうかを示す値を取得または設定します。

メソッド

名前 説明
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()
古い.

この構成要素が変更されたかどうかを示す値を取得します。

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

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

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

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

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

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

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

逆シリアル化中に不明な属性が検出されたかどうかを示す値を取得します。

(継承元 ConfigurationElement)
OnDeserializeUnrecognizedElement(String, XmlReader)
古い.

逆シリアル化中に不明な要素が検出されたかどうかを示す値を取得します。

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

必要なプロパティが見つからない場合に例外をスローします。

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

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

(継承元 ConfigurationElement)
PreSerialize(XmlWriter)
古い.

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

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

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

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

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

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

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

(継承元 ServiceModelExtensionElement)
SerializeToXmlElement(XmlWriter, String)
古い.

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

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

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

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

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

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

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

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

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

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

ConfigurationElement オブジェクトを変更して、保存すべきでないすべての値を削除します。

(継承元 ConfigurationElement)

適用対象