ActivityReference Class

Definition

This class is for internal use only

public ref class ActivityReference sealed : Microsoft::Xrm::Sdk::Workflow::Activities::ActivityReferenceBase
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")]
public sealed class ActivityReference : Microsoft.Xrm.Sdk.Workflow.Activities.ActivityReferenceBase
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")>]
type ActivityReference = class
    inherit ActivityReferenceBase
Public NotInheritable Class ActivityReference
Inherits ActivityReferenceBase
Inheritance
Attributes

Constructors

ActivityReference()

Initializes a new instance of the ActivityReference class.

Fields

_activity (Inherited from ActivityReferenceBase)

Properties

Arguments (Inherited from ActivityReferenceBase)
AssemblyQualifiedName

For internal use only.

Properties (Inherited from ActivityReferenceBase)

Methods

ActivityCompleted(NativeActivityContext, ActivityInstance) (Inherited from ActivityReferenceBase)
CacheMetadata(NativeActivityMetadata) (Inherited from ActivityReferenceBase)
Execute(NativeActivityContext) (Inherited from ActivityReferenceBase)

Applies to