C# Class Models.Event

Afficher le fichier Open project: IowaCodeCamp/IowaCodeCamp Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Event ( ) : System.Data.Linq
GetNextEvent ( ) : Event

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode 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 méthode

public Event ( ) : System.Data.Linq
Résultat System.Data.Linq

GetNextEvent() public static méthode

public static GetNextEvent ( ) : Event
Résultat Event

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void