C# 클래스 ElectionsMandateCalculator.Models.Mir

MIR class from MIRs.txt 1;“МИР 1“;10 2;“МИР 2“;5 3;“Чужбина“;0
파일 보기 프로젝트 열기: elections-contest/pe2013 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( Mir otherMir ) : bool
Equals ( object obj ) : bool
Mir ( int id, string name, int mandatesLimit ) : System
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( Mir otherMir ) : bool
otherMir Mir
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Mir() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string