C# Class ElectionsMandateCalculator.Models.Mir

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

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( Mir otherMir ) : bool
otherMir Mir
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Mir() public méthode

public Mir ( int id, string name, int mandatesLimit ) : System
id int
name string
mandatesLimit int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string