ConditionalEventArgs Klasa

Definicja

Przestroga

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

Zwraca informacje o wyniku dla CodeCondition klasy. Klasa ta nie może być dziedziczona.

public ref class ConditionalEventArgs sealed : EventArgs
[System.Serializable]
public sealed class ConditionalEventArgs : EventArgs
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class ConditionalEventArgs : EventArgs
[<System.Serializable>]
type ConditionalEventArgs = class
    inherit EventArgs
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ConditionalEventArgs = class
    inherit EventArgs
Public NotInheritable Class ConditionalEventArgs
Inherits EventArgs
Dziedziczenie
ConditionalEventArgs
Atrybuty

Uwagi

Uwaga

W tym materiale omówiono przestarzałe typy i przestrzenie nazw. Aby uzyskać więcej informacji, zobacz przestarzałe typy w Windows Workflow Foundation 4,5.

CodeConditionKlasa uwidacznia zdarzenie typu EventHandler <ConditionalEventArgs> . Celem zdarzenia jest podanie informacji o wyniku oceny warunku ( true lub false ) przez Result właściwość argumentów zdarzeń.

Konstruktory

ConditionalEventArgs()

Inicjuje nowe wystąpienie klasy ConditionalEventArgs.

ConditionalEventArgs(Boolean)

Inicjuje nowe wystąpienie ConditionalEventArgs klasy przy użyciu wyniku warunku.

Właściwości

Result

Pobiera lub ustawia wynik CodeCondition oceny.

Metody

Equals(Object)

Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.

(Odziedziczone po Object)
GetHashCode()

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetType()

Type Pobiera wartość bieżącego wystąpienia.

(Odziedziczone po Object)
MemberwiseClone()

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
ToString()

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Dotyczy