Table of Contents

Class OdfFlowStepRequest

Namespace
OdfKit.Drawing
Assembly
OdfKit.dll

Describes a flow-diagram step for high-level drawing builders. 描述高階繪圖 builder 使用的流程圖步驟。

public sealed record OdfFlowStepRequest : IEquatable<OdfFlowStepRequest>
Inheritance
OdfFlowStepRequest
Implements
Inherited Members

Constructors

OdfFlowStepRequest(string, string, OdfShapeType)

Describes a flow-diagram step for high-level drawing builders. 描述高階繪圖 builder 使用的流程圖步驟。

public OdfFlowStepRequest(string Id, string Text, OdfShapeType ShapeType = OdfShapeType.Rectangle)

Parameters

Id string

The shape identifier. / 圖形識別碼。

Text string

The displayed step text. / 顯示的步驟文字。

ShapeType OdfShapeType

The step shape type. / 步驟圖形類型。

Properties

Id

The shape identifier. / 圖形識別碼。

public string Id { get; init; }

Property Value

string

ShapeType

The step shape type. / 步驟圖形類型。

public OdfShapeType ShapeType { get; init; }

Property Value

OdfShapeType

Text

The displayed step text. / 顯示的步驟文字。

public string Text { get; init; }

Property Value

string

Methods

Deconstruct(out string, out string, out OdfShapeType)

public void Deconstruct(out string Id, out string Text, out OdfShapeType ShapeType)

Parameters

Id string
Text string
ShapeType OdfShapeType

Equals(OdfFlowStepRequest?)

public bool Equals(OdfFlowStepRequest? other)

Parameters

other OdfFlowStepRequest

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(OdfFlowStepRequest?, OdfFlowStepRequest?)

public static bool operator ==(OdfFlowStepRequest? left, OdfFlowStepRequest? right)

Parameters

left OdfFlowStepRequest
right OdfFlowStepRequest

Returns

bool

operator !=(OdfFlowStepRequest?, OdfFlowStepRequest?)

public static bool operator !=(OdfFlowStepRequest? left, OdfFlowStepRequest? right)

Parameters

left OdfFlowStepRequest
right OdfFlowStepRequest

Returns

bool