C# Class Models.CurrentAttendee

Summary description for CurrentAttendee
Afficher le fichier Open project: IowaCodeCamp/IowaCodeCamp Class Usage Examples

Méthodes publiques

Свойство Type Description
NextEventId int

Private Properties

Свойство Type Description
OnCityChanged void
OnCityChanging void
OnCommentsChanged void
OnCommentsChanging void
OnCreated void
OnEmailChanged void
OnEmailChanging void
OnEventIDChanged void
OnEventIDChanging void
OnFirstNameChanged void
OnFirstNameChanging void
OnIdChanged void
OnIdChanging void
OnLastNameChanged void
OnLastNameChanging void
OnLoaded void
OnMakePrivateChanged void
OnMakePrivateChanging void
OnNameChanged void
OnNameChanging void
OnOrganizationChanged void
OnOrganizationChanging void
OnRegionChanged void
OnRegionChanging void
OnValidate void
OnWebsiteChanged void
OnWebsiteChanging void

Méthodes publiques

Méthode Description
Add ( CurrentAttendee attendee ) : bool
CurrentAttendee ( ) : System.Data.Linq
GetTotalCount ( ) : int
List ( ) : List
WaitList ( ) : List

Méthodes protégées

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

Private Methods

Méthode Description
OnCityChanged ( ) : void
OnCityChanging ( string value ) : void
OnCommentsChanged ( ) : void
OnCommentsChanging ( string value ) : void
OnCreated ( ) : void
OnEmailChanged ( ) : void
OnEmailChanging ( string value ) : void
OnEventIDChanged ( ) : void
OnEventIDChanging ( System value ) : void
OnFirstNameChanged ( ) : void
OnFirstNameChanging ( string value ) : void
OnIdChanged ( ) : void
OnIdChanging ( int value ) : void
OnLastNameChanged ( ) : void
OnLastNameChanging ( string value ) : void
OnLoaded ( ) : void
OnMakePrivateChanged ( ) : void
OnMakePrivateChanging ( bool value ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnOrganizationChanged ( ) : void
OnOrganizationChanging ( string value ) : void
OnRegionChanged ( ) : void
OnRegionChanging ( string value ) : void
OnValidate ( System action ) : void
OnWebsiteChanged ( ) : void
OnWebsiteChanging ( string value ) : void

Method Details

Add() public static méthode

public static Add ( CurrentAttendee attendee ) : bool
attendee CurrentAttendee
Résultat bool

CurrentAttendee() public méthode

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

GetTotalCount() public static méthode

public static GetTotalCount ( ) : int
Résultat int

List() public static méthode

public static List ( ) : List
Résultat List

SendPropertyChanged() protected méthode

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

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void

WaitList() public static méthode

public static WaitList ( ) : List
Résultat List

Property Details

NextEventId public_oe static_oe property

public static int NextEventId
Résultat int