C# Class ElectionsMandateCalculator.Models.Party

Party from Parties.txt 1;“Партия 1“ 2;“Коалиция 1“ 1000;“Инициативен комитет в МИР 1“ 1001;“Инициативен комитет в МИР 2“
Afficher le fichier Open project: elections-contest/pe2013 Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Party otherObj ) : bool
Equals ( object obj ) : bool
Party ( int id, string name ) : System
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( Party otherObj ) : bool
otherObj Party
Résultat bool

Equals() public méthode

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

Party() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string