C# Class Models.Event

ファイルを表示 Open project: IowaCodeCamp/IowaCodeCamp Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnCreatedByChanged void
OnCreatedByChanging void
OnCreatedOnChanged void
OnCreatedOnChanging void
OnDescriptionChanged void
OnDescriptionChanging void
OnEndOnChanged void
OnEndOnChanging void
OnEventKeyChanged void
OnEventKeyChanging void
OnEventNameChanged void
OnEventNameChanging void
OnIdChanged void
OnIdChanging void
OnIsActiveChanged void
OnIsActiveChanging void
OnIsDeletedChanged void
OnIsDeletedChanging void
OnLoaded void
OnLocationNameChanged void
OnLocationNameChanging void
OnMaxAttendeesChanged void
OnMaxAttendeesChanging void
OnModifiedByChanged void
OnModifiedByChanging void
OnModifiedOnChanged void
OnModifiedOnChanging void
OnStartOnChanged void
OnStartOnChanging void
OnValidate void
SetCreated void
SetModified void
attach_CurrentAttendees void
attach_Rooms void
attach_Sessions void
attach_Timeslots void
attach_UserEvents void
detach_CurrentAttendees void
detach_Rooms void
detach_Sessions void
detach_Timeslots void
detach_UserEvents void

Public Methods

Method Description
Event ( ) : System.Data.Linq
GetNextEvent ( ) : Event

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method Description
OnCreated ( ) : void
OnCreatedByChanged ( ) : void
OnCreatedByChanging ( string value ) : void
OnCreatedOnChanged ( ) : void
OnCreatedOnChanging ( System value ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( string value ) : void
OnEndOnChanged ( ) : void
OnEndOnChanging ( System value ) : void
OnEventKeyChanged ( ) : void
OnEventKeyChanging ( string value ) : void
OnEventNameChanged ( ) : void
OnEventNameChanging ( string value ) : void
OnIdChanged ( ) : void
OnIdChanging ( int value ) : void
OnIsActiveChanged ( ) : void
OnIsActiveChanging ( bool value ) : void
OnIsDeletedChanged ( ) : void
OnIsDeletedChanging ( bool value ) : void
OnLoaded ( ) : void
OnLocationNameChanged ( ) : void
OnLocationNameChanging ( string value ) : void
OnMaxAttendeesChanged ( ) : void
OnMaxAttendeesChanging ( int value ) : void
OnModifiedByChanged ( ) : void
OnModifiedByChanging ( string value ) : void
OnModifiedOnChanged ( ) : void
OnModifiedOnChanging ( System value ) : void
OnStartOnChanged ( ) : void
OnStartOnChanging ( System value ) : void
OnValidate ( System action ) : void
SetCreated ( ) : void
SetModified ( ) : void
attach_CurrentAttendees ( CurrentAttendee entity ) : void
attach_Rooms ( Room entity ) : void
attach_Sessions ( Session entity ) : void
attach_Timeslots ( Timeslot entity ) : void
attach_UserEvents ( UserEvent entity ) : void
detach_CurrentAttendees ( CurrentAttendee entity ) : void
detach_Rooms ( Room entity ) : void
detach_Sessions ( Session entity ) : void
detach_Timeslots ( Timeslot entity ) : void
detach_UserEvents ( UserEvent entity ) : void

Method Details

Event() public method

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

GetNextEvent() public static method

public static GetNextEvent ( ) : Event
return Event

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void