Class ActivityDelegate
Inheritance
System.Object
ActivityDelegate
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
Methods
GetResultArgument()
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
|