Show / Hide Table of Contents

    Class Phase

    Inheritance
    System.Object
    Phase
    Implements
    IPhase
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Catalyst.Core.Modules.Consensus.Cycle
    Assembly: Catalyst.Core.Modules.Consensus.dll
    Syntax
    public class Phase : IPhase

    Constructors

    | Improve this Doc View Source

    Phase(MultiHash, IPhaseName, IPhaseStatus, DateTime)

    Declaration
    public Phase(MultiHash previousDeltaDfsHash, IPhaseName phaseName, IPhaseStatus phaseStatus, DateTime utcStartTime)
    Parameters
    Type Name Description
    MultiHash previousDeltaDfsHash
    IPhaseName phaseName
    IPhaseStatus phaseStatus
    System.DateTime utcStartTime

    Properties

    | Improve this Doc View Source

    Name

    Declaration
    public IPhaseName Name { get; }
    Property Value
    Type Description
    IPhaseName
    | Improve this Doc View Source

    PreviousDeltaDfsHash

    Declaration
    public MultiHash PreviousDeltaDfsHash { get; }
    Property Value
    Type Description
    MultiHash
    | Improve this Doc View Source

    Status

    Declaration
    public IPhaseStatus Status { get; }
    Property Value
    Type Description
    IPhaseStatus
    | Improve this Doc View Source

    UtcStartTime

    Declaration
    public DateTime UtcStartTime { get; }
    Property Value
    Type Description
    System.DateTime

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    IPhase
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network