C# Class ConsoleApplication2.Voter

ファイルを表示 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_oe property

public string Id
return string

MmmByPhone public_oe property

public bool MmmByPhone
return bool

MmmByRef public_oe property

public bool MmmByRef
return bool

Phone public_oe property

public string Phone
return string

RegDate public_oe property

public DateTime,System RegDate
return System.DateTime