Interface IScoredCandidateDelta
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IScoredCandidateDelta
Properties
|
Improve this Doc
View Source
Candidate
Declaration
CandidateDeltaBroadcast Candidate { get; }
Property Value
|
Improve this Doc
View Source
Score
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
IncreasePopularity(Int32)
Declaration
int IncreasePopularity(int voteCount)
Parameters
Type |
Name |
Description |
System.Int32 |
voteCount |
|
Returns
Type |
Description |
System.Int32 |
|