Click or drag to resize
WorkExtensionAsJson Method (Expectations)

Namespace: FlexRule.Flows.Workflows.Managers.Tasks
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static string AsJson(
	this Expectations work
)

Parameters

work
Type: FlexRule.Flows.Workflows.Managers.TasksExpectations

Return Value

Type: String

Usage Note

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