Bagikan melalui


WorkflowTransactionOptions Kelas

Definisi

Perhatian

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

Kontainer untuk opsi jenis transaksi alur kerja. Kelas ini tidak dapat diwariskan.

public ref class WorkflowTransactionOptions sealed : System::Workflow::ComponentModel::DependencyObject
[System.ComponentModel.Browsable(true)]
public sealed class WorkflowTransactionOptions : System.Workflow.ComponentModel.DependencyObject
[System.ComponentModel.Browsable(true)]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class WorkflowTransactionOptions : System.Workflow.ComponentModel.DependencyObject
[<System.ComponentModel.Browsable(true)>]
type WorkflowTransactionOptions = class
    inherit DependencyObject
[<System.ComponentModel.Browsable(true)>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowTransactionOptions = class
    inherit DependencyObject
Public NotInheritable Class WorkflowTransactionOptions
Inherits DependencyObject
Warisan
WorkflowTransactionOptions
Atribut

Keterangan

Catatan

Materi ini membahas jenis dan namespace layanan yang sudah tidak digunakan. Untuk informasi selengkapnya, lihat Jenis yang Tidak Digunakan Lagi di Windows Workflow Foundation 4.5.

Konstruktor

WorkflowTransactionOptions()
Kedaluwarsa.

Menginisialisasi instans baru kelas WorkflowTransactionOptions.

Bidang

IsolationLevelProperty
Kedaluwarsa.

yang DependencyPropertyIsolationLevelmewakili .

TimeoutDurationProperty
Kedaluwarsa.

yang DependencyPropertyTimeoutDurationmewakili .

Properti

DesignMode
Kedaluwarsa.

Mendapatkan nilai yang menunjukkan apakah instans ini dalam mode desain atau run-time.

(Diperoleh dari DependencyObject)
IsolationLevel
Kedaluwarsa.

Mendapatkan atau mengatur IsolationLevel untuk transaksi.

ParentDependencyObject
Kedaluwarsa.

Mendapatkan induk DependencyObject dalam DependencyObject grafik.

(Diperoleh dari DependencyObject)
Site
Kedaluwarsa.

Mendapatkan atau mengatur referensi ke Site komponen DependencyObject.

(Diperoleh dari DependencyObject)
TimeoutDuration
Kedaluwarsa.

Mendapatkan atau mengatur TimeSpan yang mewakili periode waktu habis untuk transaksi.

UserData
Kedaluwarsa.

Mendapatkan yang IDictionary mengaitkan data kustom dengan instans kelas ini.

(Diperoleh dari DependencyObject)

Metode

AddHandler(DependencyProperty, Object)
Kedaluwarsa.

Menambahkan handler untuk peristiwa DependencyObject.

(Diperoleh dari DependencyObject)
Dispose()
Kedaluwarsa.

Merilis semua sumber daya yang digunakan oleh DependencyObject.

(Diperoleh dari DependencyObject)
Dispose(Boolean)
Kedaluwarsa.

Merilis sumber daya yang tidak dikelola dan secara opsional merilis sumber daya terkelola yang digunakan oleh DependencyObject.

(Diperoleh dari DependencyObject)
Equals(Object)
Kedaluwarsa.

Menentukan apakah objek yang ditentukan sama dengan objek saat ini.

(Diperoleh dari Object)
GetBinding(DependencyProperty)
Kedaluwarsa.

Menyediakan akses ke yang ActivityBind terkait dengan yang spesifik DependencyProperty.

(Diperoleh dari DependencyObject)
GetBoundValue(ActivityBind, Type)
Kedaluwarsa.

Mengambil Object yang merupakan subjek dari ActivityBind.

(Diperoleh dari DependencyObject)
GetHashCode()
Kedaluwarsa.

Berfungsi sebagai fungsi hash default.

(Diperoleh dari Object)
GetInvocationList<T>(DependencyProperty)
Kedaluwarsa.

Mendapatkan array yang berisi delegasi untuk yang ditentukan DependencyProperty.

(Diperoleh dari DependencyObject)
GetType()
Kedaluwarsa.

Mendapatkan dari instans Type saat ini.

(Diperoleh dari Object)
GetValue(DependencyProperty)
Kedaluwarsa.

Menyediakan akses ke nilai yang ditunjuk DependencyProperty.

(Diperoleh dari DependencyObject)
GetValueBase(DependencyProperty)
Kedaluwarsa.

Menyediakan akses ke objek terikat dan DependencyProperty melewati penimpaan GetValue(DependencyProperty) .

(Diperoleh dari DependencyObject)
InitializeProperties()
Kedaluwarsa.

Melakukan inisialisasi pada properti dependensi saat ditimpa di kelas turunan.

(Diperoleh dari DependencyObject)
IsBindingSet(DependencyProperty)
Kedaluwarsa.

Menunjukkan apakah nilai DependencyProperty ditetapkan sebagai pengikatan. Lihat SetBinding(DependencyProperty, ActivityBind).

(Diperoleh dari DependencyObject)
MemberwiseClone()
Kedaluwarsa.

Membuat salinan dangkal dari saat ini Object.

(Diperoleh dari Object)
MetaEquals(DependencyObject)
Kedaluwarsa.

Menentukan apakah metaproperties dari ini DependencyObject sama dengan metaproperties parameter DependencyObject.

(Diperoleh dari DependencyObject)
RemoveHandler(DependencyProperty, Object)
Kedaluwarsa.

EventHandler Menghapus dari yang terkaitDependencyProperty.

(Diperoleh dari DependencyObject)
RemoveProperty(DependencyProperty)
Kedaluwarsa.

DependencyProperty Menghapus dari DependencyObject.

(Diperoleh dari DependencyObject)
SetBinding(DependencyProperty, ActivityBind)
Kedaluwarsa.

ActivityBind Mengatur untuk yang ditentukanDependencyProperty.

(Diperoleh dari DependencyObject)
SetBoundValue(ActivityBind, Object)
Kedaluwarsa.

Menetapkan nilai target ActivityBind.

(Diperoleh dari DependencyObject)
SetReadOnlyPropertyValue(DependencyProperty, Object)
Kedaluwarsa.

Mengatur nilai DependencyProperty, yang bersifat baca-saja.

(Diperoleh dari DependencyObject)
SetValue(DependencyProperty, Object)
Kedaluwarsa.

Mengatur nilai ke DependencyProperty objek .

(Diperoleh dari DependencyObject)
SetValueBase(DependencyProperty, Object)
Kedaluwarsa.

Mengatur nilai DependencyProperty ke yang ditentukan Object, melewati SetValue(DependencyProperty, Object).

(Diperoleh dari DependencyObject)
ToString()
Kedaluwarsa.

Mengembalikan string yang mewakili objek saat ini.

(Diperoleh dari Object)

Implementasi Antarmuka Eksplisit

IComponent.Disposed
Kedaluwarsa.

Mewakili metode yang menangani peristiwa Disposed komponen.

(Diperoleh dari DependencyObject)

Berlaku untuk