Show / Hide Table of Contents

Class ActivityDelegate

Inheritance
System.Object
ActivityDelegate
ActivityAction
ActivityAction<T>
ActivityAction<T1, T2>
ActivityAction<T1, T2, T3>
ActivityAction<T1, T2, T3, T4>
ActivityFunc<TResult>
ActivityFunc<T, TResult>
ActivityFunc<T1, T2, TResult>
ActivityFunc<T1, T2, T3, TResult>
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public abstract class ActivityDelegate : Object

Constructors

ActivityDelegate()

Declaration
protected ActivityDelegate()

Properties

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
System.String

Handler

Declaration
public Activity Handler { get; set; }
Property Value
Activity

Methods

GetResultArgument()

Declaration
protected virtual DelegateOutArgument GetResultArgument()
Returns
DelegateOutArgument

OnGetRuntimeDelegateArguments(IList<RuntimeDelegateArgument>)

Declaration
protected virtual void OnGetRuntimeDelegateArguments(IList<RuntimeDelegateArgument> runtimeDelegateArguments)
Parameters
System.Collections.Generic.IList<RuntimeDelegateArgument> runtimeDelegateArguments

ShouldSerializeDisplayName()

Declaration
public bool ShouldSerializeDisplayName()
Returns
System.Boolean

ToString()

Declaration
public override string ToString()
Returns
System.String

Back to top Generated by DocFX