C# Class ElectionsMandateCalculator.Models.Result

Result info from Result.txt Example:5;3;2 5;4;1 6;1;4 6;2;4
Show file Open project: elections-contest/pe2013

Public Methods

Method Description
Equals ( Result otherObj ) : bool
Equals ( object obj ) : bool
Result ( ) : System
Result ( int mirId, int partyId, int mandatesCount ) : System

Method Details

Equals() public method

public Equals ( Result otherObj ) : bool
otherObj Result
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Result() public method

public Result ( ) : System
return System

Result() public method

public Result ( int mirId, int partyId, int mandatesCount ) : System
mirId int
partyId int
mandatesCount int
return System