ArgumentEntityAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the argument is an entity to be passed to the workflow at run-time.
public ref class ArgumentEntityAttribute sealed : Attribute, Microsoft::Xrm::Sdk::Workflow::IWorkflowArgument
[System.AttributeUsage(System.AttributeTargets.All)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments", Justification="Accessors need to be public for WinWF runtime Xaml Services for serialization/deserialization", MessageId="")]
[System.Serializable]
public sealed class ArgumentEntityAttribute : Attribute, Microsoft.Xrm.Sdk.Workflow.IWorkflowArgument
[<System.AttributeUsage(System.AttributeTargets.All)>]
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments", Justification="Accessors need to be public for WinWF runtime Xaml Services for serialization/deserialization", MessageId="")>]
[<System.Serializable>]
type ArgumentEntityAttribute = class
inherit Attribute
interface IWorkflowArgument
Public NotInheritable Class ArgumentEntityAttribute
Inherits Attribute
Implements IWorkflowArgument
- Inheritance
-
ArgumentEntityAttribute
- Attributes
- Implements
Constructors
ArgumentEntityAttribute() |
Initializes an instance of the ArgumentEntityAttribute class. |
ArgumentEntityAttribute(String) |
Initializes an instance of the ArgumentEntityAttribute class with the provided serialized entity record value. |
Properties
ArgumentValue |
Gets the entity value. |
Value |
Gets or sets the entity. |