C# 클래스 SceneCrm.Importer.VolunteerRecord

파일 보기 프로젝트 열기: GiveCampUK/SceneAndHeard

공개 프로퍼티들

프로퍼티 타입 설명
AccessId int
Deadwood bool
FirstName string
LastName string
NoMailout bool
Notes string
SecondPersonFirstName string
SecondPersonLastName string

공개 메소드들

메소드 설명
VolunteerRecord ( IDataReader reader ) : System

메소드 상세

VolunteerRecord() 공개 메소드

public VolunteerRecord ( IDataReader reader ) : System
reader IDataReader
리턴 System

프로퍼티 상세

AccessId 공개적으로 프로퍼티

public int AccessId
리턴 int

Deadwood 공개적으로 프로퍼티

public bool Deadwood
리턴 bool

FirstName 공개적으로 프로퍼티

public string FirstName
리턴 string

LastName 공개적으로 프로퍼티

public string LastName
리턴 string

NoMailout 공개적으로 프로퍼티

public bool NoMailout
리턴 bool

Notes 공개적으로 프로퍼티

public string Notes
리턴 string

SecondPersonFirstName 공개적으로 프로퍼티

public string SecondPersonFirstName
리턴 string

SecondPersonLastName 공개적으로 프로퍼티

public string SecondPersonLastName
리턴 string