Share via


IsEmptyDynamicValue 类

 

用于确定 DynamicValue 是否为空的活动。

命名空间:   Microsoft.Activities
程序集:  Microsoft.Activities(Microsoft.Activities.dll 中)

继承层次结构

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

语法

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)

构造函数

名称 说明
System_CAPS_pubmethod IsEmptyDynamicValue()

初始化 IsEmptyDynamicValue 类的新实例。

System_CAPS_pubmethod IsEmptyDynamicValue(InArgument<DynamicValue>)

初始化 IsEmptyDynamicValue 类的新实例。

属性

名称 说明
System_CAPS_protproperty CacheId

(从 Activity 继承。)

System_CAPS_pubproperty DisplayName

(从 Activity 继承。)

System_CAPS_pubproperty Id

(从 Activity 继承。)

System_CAPS_protproperty ImplementationVersion

(从 CodeActivity<TResult> 继承。)

System_CAPS_pubproperty Input

获取或设置目标 DynamicValue。

System_CAPS_pubproperty Result

(从 Activity<TResult> 继承。)

System_CAPS_pubproperty ResultType

(从 ActivityWithResult 继承。)

方法

名称 说明
System_CAPS_pubmethod Equals(Object)

(从 Object 继承。)

System_CAPS_pubmethod GetHashCode()

(从 Object 继承。)

System_CAPS_pubmethod GetType()

(从 Object 继承。)

System_CAPS_pubmethod ToString()

(从 Activity 继承。)

线程安全

此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

Microsoft.Activities 命名空间

返回页首