Partilhar via


Classe ArgumentDirectionAttribute

Aplica-se a: CRM 2015 on-prem, CRM Online

Specifies the direction, either input or output, for an action argument.

Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (em Microsoft.Xrm.Sdk.Workflow.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class ArgumentDirectionAttribute
    Inherits Attribute
    Implements IWorkflowArgument
[SerializableAttribute] 
[AttributeUsageAttribute(AttributeTargets.All)] 
public sealed class ArgumentDirectionAttribute : Attribute, IWorkflowArgument

Comentários

An input argument becomes a custom property on the message request of an action. An output argument becomes a custom property on the message response of an action.

Hierarquia de Herança

System.Object
   System.Attribute
    Microsoft.Xrm.Sdk.Workflow.ArgumentDirectionAttribute

Segurança do Thread

Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Membros de ArgumentDirectionAttribute
Namespace Microsoft.Xrm.Sdk.Workflow

Outros recursos

Create your own actions

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.