C# Class CapRaffle.Domain.Model.UserEvent

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

Private Properties

Свойство Type Description
OnAcceptLessSpotsChanged void
OnAcceptLessSpotsChanging void
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, global acceptLessSpots ) : UserEvent

Create a new UserEvent object.

Private Methods

Méthode Description
OnAcceptLessSpotsChanged ( ) : void
OnAcceptLessSpotsChanging ( global value ) : void
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, global acceptLessSpots ) : 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.
acceptLessSpots global Initial value of the AcceptLessSpots property.
Résultat UserEvent