Interface ICycleConfiguration
Assembly: Catalyst.Abstractions.dll
Syntax
public interface ICycleConfiguration
Properties
|
Improve this Doc
View Source
Campaigning
Declaration
IPhaseTimings Campaigning { get; }
Property Value
|
Improve this Doc
View Source
Construction
Declaration
IPhaseTimings Construction { get; }
Property Value
|
Improve this Doc
View Source
CycleDuration
Declaration
TimeSpan CycleDuration { get; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
Synchronisation
Declaration
IPhaseTimings Synchronisation { get; }
Property Value
|
Improve this Doc
View Source
TimingsByName
This dictionary can be used to retrieve the
PhaseTimings
for a
give
PhaseName
Declaration
IReadOnlyDictionary<IPhaseName, IPhaseTimings> TimingsByName { get; }
Property Value
|
Improve this Doc
View Source
Voting
Declaration
IPhaseTimings Voting { get; }
Property Value