Click or drag to resize

ExtensionMethodsToTextNew Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.CaseActivityHost.ExtensionMethods.ToTextNew(Scanjour.Workflow4.CaseActivity.Model.Activity.ActivityType)"]


Namespace: Scanjour.Workflow4.CaseActivityHost
Assembly: Scanjour.Workflow4.CaseActivityHost (in Scanjour.Workflow4.CaseActivityHost.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static string ToTextNew(
	this ActivityType type
)

Parameters

type  ActivityType

[Missing <param name="type"/> documentation for "M:Scanjour.Workflow4.CaseActivityHost.ExtensionMethods.ToTextNew(Scanjour.Workflow4.CaseActivity.Model.Activity.ActivityType)"]

Return Value

String

[Missing <returns> documentation for "M:Scanjour.Workflow4.CaseActivityHost.ExtensionMethods.ToTextNew(Scanjour.Workflow4.CaseActivity.Model.Activity.ActivityType)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ActivityType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also