C# 클래스 DBPOLLDemo.Models.participantModel

파일 보기 프로젝트 열기: Marknel/dbPOLL

공개 프로퍼티들

프로퍼티 타입 설명
address String
city String
company String
country String
createdat System.DateTime
department String
email String
fax int?
modifiedat System.DateTime
name String
phone int?
postcode int?
sessionid int
state String
title String
userid int
userweight int?

공개 메소드들

메소드 설명
AssignedList ( int sessionid ) : bool
createParticipant ( int userid, int sessionid ) : void

Create Participant and try to migrate some details from user table.

createParticipantsFromCollection ( System.Web.Mvc.FormCollection collection ) : void

Seperates and creates participants based on a collection of values collected from the Modify.aspx page.

deleteParticipant ( int userid, int sessionid ) : void

Removes participant allocation from database

displayParticipants ( int sessionID ) : List

Returns a list of participants for a given session.

displayUnassignedParticipants ( int sessionid ) : List

Returns a list of unassigned participants for a given session.

editParticipant ( int userid, int sessionid, int userweight, String name, String address, String city, int postcode, String state, String country, String department, String company, String email, int fax, int phone, String title ) : void
editParticipantDataFromCollection ( System.Web.Mvc.FormCollection collection ) : void
getCity ( ) : List
getCountries ( ) : List
getMaxDataID ( ) : int
getMaxParticipantID ( ) : int
getPostcode ( ) : List
getState ( ) : List
getStreet ( ) : List
participantModel ( ) : System

Empty constructor to call methods

participantModel ( int userid, int sessionid, System.DateTime createdat, System.DateTime modifiedat, int userweight, String name, String address, String city, int postcode, String state, String country, String department, String company, String email, int fax, int phone, String title ) : System

비공개 메소드들

메소드 설명
nullCheck ( String s ) : String

Returns null if the string is Empty

메소드 상세

AssignedList() 공개 메소드

public AssignedList ( int sessionid ) : bool
sessionid int
리턴 bool

createParticipant() 공개 메소드

Create Participant and try to migrate some details from user table.
public createParticipant ( int userid, int sessionid ) : void
userid int
sessionid int
리턴 void

createParticipantsFromCollection() 공개 메소드

Seperates and creates participants based on a collection of values collected from the Modify.aspx page.
public createParticipantsFromCollection ( System.Web.Mvc.FormCollection collection ) : void
collection System.Web.Mvc.FormCollection Collection of userid values and sessionid.
리턴 void

deleteParticipant() 공개 메소드

Removes participant allocation from database
public deleteParticipant ( int userid, int sessionid ) : void
userid int userid of participant to remove
sessionid int removes participant from particular allocation
리턴 void

displayParticipants() 공개 메소드

Returns a list of participants for a given session.
public displayParticipants ( int sessionID ) : List
sessionID int Session to get participants for
리턴 List

displayUnassignedParticipants() 공개 메소드

Returns a list of unassigned participants for a given session.
public displayUnassignedParticipants ( int sessionid ) : List
sessionid int
리턴 List

editParticipant() 공개 메소드

public editParticipant ( int userid, int sessionid, int userweight, String name, String address, String city, int postcode, String state, String country, String department, String company, String email, int fax, int phone, String title ) : void
userid int
sessionid int
userweight int
name String
address String
city String
postcode int
state String
country String
department String
company String
email String
fax int
phone int
title String
리턴 void

editParticipantDataFromCollection() 공개 메소드

public editParticipantDataFromCollection ( System.Web.Mvc.FormCollection collection ) : void
collection System.Web.Mvc.FormCollection
리턴 void

getCity() 공개 메소드

public getCity ( ) : List
리턴 List

getCountries() 공개 메소드

public getCountries ( ) : List
리턴 List

getMaxDataID() 공개 메소드

public getMaxDataID ( ) : int
리턴 int

getMaxParticipantID() 공개 메소드

public getMaxParticipantID ( ) : int
리턴 int

getPostcode() 공개 메소드

public getPostcode ( ) : List
리턴 List

getState() 공개 메소드

public getState ( ) : List
리턴 List

getStreet() 공개 메소드

public getStreet ( ) : List
리턴 List

participantModel() 공개 메소드

Empty constructor to call methods
public participantModel ( ) : System
리턴 System

participantModel() 공개 메소드

public participantModel ( int userid, int sessionid, System.DateTime createdat, System.DateTime modifiedat, int userweight, String name, String address, String city, int postcode, String state, String country, String department, String company, String email, int fax, int phone, String title ) : System
userid int
sessionid int
createdat System.DateTime
modifiedat System.DateTime
userweight int
name String
address String
city String
postcode int
state String
country String
department String
company String
email String
fax int
phone int
title String
리턴 System

프로퍼티 상세

address 공개적으로 프로퍼티

public String address
리턴 String

city 공개적으로 프로퍼티

public String city
리턴 String

company 공개적으로 프로퍼티

public String company
리턴 String

country 공개적으로 프로퍼티

public String country
리턴 String

createdat 공개적으로 프로퍼티

public DateTime,System createdat
리턴 System.DateTime

department 공개적으로 프로퍼티

public String department
리턴 String

email 공개적으로 프로퍼티

public String email
리턴 String

fax 공개적으로 프로퍼티

public int? fax
리턴 int?

modifiedat 공개적으로 프로퍼티

public DateTime,System modifiedat
리턴 System.DateTime

name 공개적으로 프로퍼티

public String name
리턴 String

phone 공개적으로 프로퍼티

public int? phone
리턴 int?

postcode 공개적으로 프로퍼티

public int? postcode
리턴 int?

sessionid 공개적으로 프로퍼티

public int sessionid
리턴 int

state 공개적으로 프로퍼티

public String state
리턴 String

title 공개적으로 프로퍼티

public String title
리턴 String

userid 공개적으로 프로퍼티

public int userid
리턴 int

userweight 공개적으로 프로퍼티

public int? userweight
리턴 int?