Click or drag to resize

XmlHelperToXml(ProcessType) Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.ToXml(Scanjour.Workflow4.TestFramework.Internal.Packages.Elements.ProcessType)"]


Namespace: Scanjour.Workflow4.TestFramework.Internal.Packages
Assembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static string ToXml(
	this ProcessType value
)

Parameters

value  ProcessType

[Missing <param name="value"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.ToXml(Scanjour.Workflow4.TestFramework.Internal.Packages.Elements.ProcessType)"]

Return Value

String

[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.ToXml(Scanjour.Workflow4.TestFramework.Internal.Packages.Elements.ProcessType)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ProcessType. 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