Class OdfFlowStepRequest
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
IdstringThe shape identifier. / 圖形識別碼。
TextstringThe displayed step text. / 顯示的步驟文字。
ShapeTypeOdfShapeTypeThe step shape type. / 步驟圖形類型。
Properties
Id
The shape identifier. / 圖形識別碼。
public string Id { get; init; }
Property Value
ShapeType
The step shape type. / 步驟圖形類型。
public OdfShapeType ShapeType { get; init; }
Property Value
Text
The displayed step text. / 顯示的步驟文字。
public string Text { get; init; }
Property Value
Methods
Deconstruct(out string, out string, out OdfShapeType)
public void Deconstruct(out string Id, out string Text, out OdfShapeType ShapeType)
Parameters
IdstringTextstringShapeTypeOdfShapeType
Equals(OdfFlowStepRequest?)
public bool Equals(OdfFlowStepRequest? other)
Parameters
otherOdfFlowStepRequest
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(OdfFlowStepRequest?, OdfFlowStepRequest?)
public static bool operator ==(OdfFlowStepRequest? left, OdfFlowStepRequest? right)
Parameters
leftOdfFlowStepRequestrightOdfFlowStepRequest
Returns
operator !=(OdfFlowStepRequest?, OdfFlowStepRequest?)
public static bool operator !=(OdfFlowStepRequest? left, OdfFlowStepRequest? right)
Parameters
leftOdfFlowStepRequestrightOdfFlowStepRequest