C# Class CapRaffle.Domain.Model.UserEvent

Inheritance: System.Data.Objects.DataClasses.EntityObject
Exibir arquivo Open project: capgemini-stavanger/CapRaffle Class Usage Examples

Private Properties

Property Type Description
OnAcceptLessSpotsChanged void
OnAcceptLessSpotsChanging void
OnEventIdChanged void
OnEventIdChanging void
OnNumberOfSpotsChanged void
OnNumberOfSpotsChanging void
OnUserEmailChanged void
OnUserEmailChanging void

Public Methods

Method Description
CreateUserEvent ( global userEmail, global eventId, global numberOfSpots, global acceptLessSpots ) : UserEvent

Create a new UserEvent object.

Private Methods

Method 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 method

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.
return UserEvent