C# Class CapRaffle.PopulateDatabase.UserEvent

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: capgemini-stavanger/CapRaffle Class Usage Examples

Private Properties

Свойство Type Description
OnEventIdChanged void
OnEventIdChanging void
OnNumberOfSpotsChanged void
OnNumberOfSpotsChanging void
OnUserEmailChanged void
OnUserEmailChanging void

Méthodes publiques

Méthode Description
CreateUserEvent ( global userEmail, global eventId, global numberOfSpots ) : UserEvent

Create a new UserEvent object.

Private Methods

Méthode Description
OnEventIdChanged ( ) : void
OnEventIdChanging ( global value ) : void
OnNumberOfSpotsChanged ( ) : void
OnNumberOfSpotsChanging ( global value ) : void
OnUserEmailChanged ( ) : void
OnUserEmailChanging ( global value ) : void

Method Details

CreateUserEvent() public static méthode

Create a new UserEvent object.
public static CreateUserEvent ( global userEmail, global eventId, global numberOfSpots ) : UserEvent
userEmail global Initial value of the UserEmail property.
eventId global Initial value of the EventId property.
numberOfSpots global Initial value of the NumberOfSpots property.
Résultat UserEvent