Compartilhar via


Classe IsEmptyGuid

 

Uma atividade para verificar se um Guid está ou não vazio.

Namespace:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (em Microsoft.Activities.dll)

Hierarquia de herança

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<TResult>
        System.Activities.CodeActivity<TResult>
          Microsoft.Activities.Expressions.IsEmptyGuid

Sintaxe

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

Construtores

Nome Descrição
System_CAPS_pubmethod IsEmptyGuid()

Inicializa uma nova instância da classe IsEmptyGuid.

System_CAPS_pubmethod IsEmptyGuid(InArgument<Guid>)

Inicializa uma nova instância da classe IsEmptyGuid.

Propriedades

Nome Descrição
System_CAPS_protproperty CacheId

(herdado de Activity.)

System_CAPS_pubproperty DisplayName

(herdado de Activity.)

System_CAPS_pubproperty Id

(herdado de Activity.)

System_CAPS_protproperty ImplementationVersion

(herdado de CodeActivity<TResult>.)

System_CAPS_pubproperty Result

(herdado de Activity<TResult>.)

System_CAPS_pubproperty ResultType

(herdado de ActivityWithResult.)

System_CAPS_pubproperty Value

Obtém ou define o Guid de entrada.

Métodos

Nome Descrição
System_CAPS_pubmethod Equals(Object)

(herdado de Object.)

System_CAPS_pubmethod GetHashCode()

(herdado de Object.)

System_CAPS_pubmethod GetType()

(herdado de Object.)

System_CAPS_pubmethod ToString()

(herdado de Activity.)

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.Activities.Expressions

Retornar ao topo