C# Class Models.ICCData

Inheritance: System.Data.Linq.DataContext
Exibir arquivo Open project: IowaCodeCamp/IowaCodeCamp Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

ICCData() public method

public ICCData ( ) : System.Data.Linq
return System.Data.Linq

ICCData() public method

public ICCData ( System connection ) : System.Data.Linq
connection System
return System.Data.Linq

ICCData() public method

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

ICCData() public method

public ICCData ( string connection ) : System.Data.Linq
connection string
return System.Data.Linq

ICCData() public method

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