C# 클래스 Models.ICCData

상속: System.Data.Linq.DataContext
파일 보기 프로젝트 열기: IowaCodeCamp/IowaCodeCamp 1 사용 예제들

공개 메소드들

메소드 설명
ICCData ( ) : System.Data.Linq
ICCData ( System connection ) : System.Data.Linq
ICCData ( System connection, System mappingSource ) : System.Data.Linq
ICCData ( string connection ) : System.Data.Linq
ICCData ( string connection, System mappingSource ) : System.Data.Linq

비공개 메소드들

메소드 설명
DeleteAttendee ( Attendee instance ) : void
DeleteCurrentAttendee ( CurrentAttendee instance ) : void
DeleteEvent ( Event instance ) : void
DeleteNewsItem ( NewsItem instance ) : void
DeleteRole ( Role instance ) : void
DeleteRoom ( Room instance ) : void
DeleteSession ( Session instance ) : void
DeleteSpeaker ( Speaker instance ) : void
DeleteTimeslot ( Timeslot instance ) : void
DeleteUser ( User instance ) : void
DeleteUserEvent ( UserEvent instance ) : void
DeleteUserRole ( UserRole instance ) : void
InsertAttendee ( Attendee instance ) : void
InsertCurrentAttendee ( CurrentAttendee instance ) : void
InsertEvent ( Event instance ) : void
InsertNewsItem ( NewsItem instance ) : void
InsertRole ( Role instance ) : void
InsertRoom ( Room instance ) : void
InsertSession ( Session instance ) : void
InsertSpeaker ( Speaker instance ) : void
InsertTimeslot ( Timeslot instance ) : void
InsertUser ( User instance ) : void
InsertUserEvent ( UserEvent instance ) : void
InsertUserRole ( UserRole instance ) : void
OnCreated ( ) : void
UpdateAttendee ( Attendee instance ) : void
UpdateCurrentAttendee ( CurrentAttendee instance ) : void
UpdateEvent ( Event instance ) : void
UpdateNewsItem ( NewsItem instance ) : void
UpdateRole ( Role instance ) : void
UpdateRoom ( Room instance ) : void
UpdateSession ( Session instance ) : void
UpdateSpeaker ( Speaker instance ) : void
UpdateTimeslot ( Timeslot instance ) : void
UpdateUser ( User instance ) : void
UpdateUserEvent ( UserEvent instance ) : void
UpdateUserRole ( UserRole instance ) : void

메소드 상세

ICCData() 공개 메소드

public ICCData ( ) : System.Data.Linq
리턴 System.Data.Linq

ICCData() 공개 메소드

public ICCData ( System connection ) : System.Data.Linq
connection System
리턴 System.Data.Linq

ICCData() 공개 메소드

public ICCData ( System connection, System mappingSource ) : System.Data.Linq
connection System
mappingSource System
리턴 System.Data.Linq

ICCData() 공개 메소드

public ICCData ( string connection ) : System.Data.Linq
connection string
리턴 System.Data.Linq

ICCData() 공개 메소드

public ICCData ( string connection, System mappingSource ) : System.Data.Linq
connection string
mappingSource System
리턴 System.Data.Linq