C# Class ConsoleApplication2.Voter

Show file Open project: xoposhiy/cvk2012

Public Properties

Property Type Description
Id string
MmmByPhone bool
MmmByRef bool
Phone string
RegDate System.DateTime

Public Methods

Method Description
Voter ( string line, HashSet mmmPhones ) : System

Method Details

Voter() public method

public Voter ( string line, HashSet mmmPhones ) : System
line string
mmmPhones HashSet
return System

Property Details

Id public property

public string Id
return string

MmmByPhone public property

public bool MmmByPhone
return bool

MmmByRef public property

public bool MmmByRef
return bool

Phone public property

public string Phone
return string

RegDate public property

public DateTime,System RegDate
return System.DateTime