C# Class SceneCrm.Importer.VolunteerRecord

显示文件 Open project: GiveCampUK/SceneAndHeard

Public Properties

Property Type Description
AccessId int
Deadwood bool
FirstName string
LastName string
NoMailout bool
Notes string
SecondPersonFirstName string
SecondPersonLastName string

Public Methods

Method Description
VolunteerRecord ( IDataReader reader ) : System

Method Details

VolunteerRecord() public method

public VolunteerRecord ( IDataReader reader ) : System
reader IDataReader
return System

Property Details

AccessId public_oe property

public int AccessId
return int

Deadwood public_oe property

public bool Deadwood
return bool

FirstName public_oe property

public string FirstName
return string

LastName public_oe property

public string LastName
return string

NoMailout public_oe property

public bool NoMailout
return bool

Notes public_oe property

public string Notes
return string

SecondPersonFirstName public_oe property

public string SecondPersonFirstName
return string

SecondPersonLastName public_oe property

public string SecondPersonLastName
return string