Show / Hide Table of Contents

Struct Statics.GraphSyntax.GraphSearchStatusStruct

This is a syntax sugar hack to allow implicit conversions from StepStatus to GraphSearchStatus.

Namespace: Towel
Assembly: Towel.dll
Syntax
public struct GraphSearchStatusStruct

Constructors

| Improve this Doc View Source

GraphSearchStatusStruct(Statics.GraphSearchStatus)

Constructs a new graph search status.

Declaration
public GraphSearchStatusStruct(Statics.GraphSearchStatus value)
Parameters
Type Name Description
Statics.GraphSearchStatus value

The status of the graph search.

Operators

| Improve this Doc View Source

Implicit(Statics.GraphSearchStatus to Statics.GraphSyntax.GraphSearchStatusStruct)

Converts a Statics.GraphSearchStatus into a Statics.GraphSyntax.GraphSearchStatusStruct.

Declaration
public static implicit operator Statics.GraphSyntax.GraphSearchStatusStruct(Statics.GraphSearchStatus value)
Parameters
Type Name Description
Statics.GraphSearchStatus value

The Statics.GraphSearchStatus to convert.

Returns
Type Description
Statics.GraphSyntax.GraphSearchStatusStruct
| Improve this Doc View Source

Implicit(Statics.GraphSyntax.GraphSearchStatusStruct to Statics.GraphSearchStatus)

Converts a Statics.GraphSyntax.GraphSearchStatusStruct into a Statics.GraphSearchStatus.

Declaration
public static implicit operator Statics.GraphSearchStatus(Statics.GraphSyntax.GraphSearchStatusStruct value)
Parameters
Type Name Description
Statics.GraphSyntax.GraphSearchStatusStruct value

The Statics.GraphSyntax.GraphSearchStatusStruct to convert.

Returns
Type Description
Statics.GraphSearchStatus
| Improve this Doc View Source

Implicit(StepStatus to Statics.GraphSyntax.GraphSearchStatusStruct)

Converts a StepStatus into a Statics.GraphSyntax.GraphSearchStatusStruct.

Declaration
public static implicit operator Statics.GraphSyntax.GraphSearchStatusStruct(StepStatus value)
Parameters
Type Name Description
StepStatus value

The StepStatus to convert.

Returns
Type Description
Statics.GraphSyntax.GraphSearchStatusStruct
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX