C# Class ElectionsMandateCalculator.Models.Party

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

Public Methods

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

Method Details

Equals() public method

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

Equals() public method

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

Party() public method

public Party ( int id, string name ) : System
id int
name string
return System

ToString() public method

public ToString ( ) : string
return string