Freigeben über


IsEmptyDynamicValue-Klasse

 

Eine Aktivität zum Ermitteln, ob ein DynamicValue leer ist.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Vererbungshierarchie

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<TResult>
        System.Activities.CodeActivity<TResult>
          Microsoft.Activities.IsEmptyDynamicValue

Syntax

public sealed class IsEmptyDynamicValue : CodeActivity<bool>
public ref class IsEmptyDynamicValue sealed : CodeActivity<bool>
[<Sealed>]
type IsEmptyDynamicValue = 
    class
        inherit CodeActivity<bool>
    end
Public NotInheritable Class IsEmptyDynamicValue
    Inherits CodeActivity(Of Boolean)

Konstruktoren

Name Beschreibung
System_CAPS_pubmethod IsEmptyDynamicValue()

Initialisiert eine neue Instanz der IsEmptyDynamicValue-Klasse.

System_CAPS_pubmethod IsEmptyDynamicValue(InArgument<DynamicValue>)

Initialisiert eine neue Instanz der IsEmptyDynamicValue-Klasse.

Eigenschaften

Name Beschreibung
System_CAPS_protproperty CacheId

(Geerbt von Activity.)

System_CAPS_pubproperty DisplayName

(Geerbt von Activity.)

System_CAPS_pubproperty Id

(Geerbt von Activity.)

System_CAPS_protproperty ImplementationVersion

(Geerbt von CodeActivity<TResult>.)

System_CAPS_pubproperty Input

Ruft den Ziel-DynamicValue ab bzw. legt diesen fest.

System_CAPS_pubproperty Result

(Geerbt von Activity<TResult>.)

System_CAPS_pubproperty ResultType

(Geerbt von ActivityWithResult.)

Methoden

Name Beschreibung
System_CAPS_pubmethod Equals(Object)

(Geerbt von Object.)

System_CAPS_pubmethod GetHashCode()

(Geerbt von Object.)

System_CAPS_pubmethod GetType()

(Geerbt von Object.)

System_CAPS_pubmethod ToString()

(Geerbt von Activity.)

Threadsicherheit

Öffentliche statische (in Visual Basic freigegebene) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Microsoft.Activities-Namespace

Zurück zum Anfang