C# Class ElectionsMandateCalculator.Models.Mir

MIR class from MIRs.txt 1;“МИР 1“;10 2;“МИР 2“;5 3;“Чужбина“;0
Show file Open project: elections-contest/pe2013 Class Usage Examples

Public Methods

Method Description
Equals ( Mir otherMir ) : bool
Equals ( object obj ) : bool
Mir ( int id, string name, int mandatesLimit ) : System
ToString ( ) : string

Method Details

Equals() public method

public Equals ( Mir otherMir ) : bool
otherMir Mir
return bool

Equals() public method

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

Mir() public method

public Mir ( int id, string name, int mandatesLimit ) : System
id int
name string
mandatesLimit int
return System

ToString() public method

public ToString ( ) : string
return string