C# Class ReadModel.CustomerRentedItem

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: jletroui/CQRSWorkshop Class Usage Examples

Private Properties

Свойство Type Description
OnCustomerIdChanged void
OnCustomerIdChanging void
OnCustomerNameChanged void
OnCustomerNameChanging void
OnDueDateChanged void
OnDueDateChanging void
OnMediaIdChanged void
OnMediaIdChanging void
OnMediaTitleChanged void
OnMediaTitleChanging void

Méthodes publiques

Méthode Description
CreateCustomerRentedItem ( global mediaId, global customerId, global customerName, global mediaTitle, global dueDate ) : CustomerRentedItem

Create a new CustomerRentedItem object.

Private Methods

Méthode Description
OnCustomerIdChanged ( ) : void
OnCustomerIdChanging ( global value ) : void
OnCustomerNameChanged ( ) : void
OnCustomerNameChanging ( global value ) : void
OnDueDateChanged ( ) : void
OnDueDateChanging ( global value ) : void
OnMediaIdChanged ( ) : void
OnMediaIdChanging ( global value ) : void
OnMediaTitleChanged ( ) : void
OnMediaTitleChanging ( global value ) : void

Method Details

CreateCustomerRentedItem() public static méthode

Create a new CustomerRentedItem object.
public static CreateCustomerRentedItem ( global mediaId, global customerId, global customerName, global mediaTitle, global dueDate ) : CustomerRentedItem
mediaId global Initial value of the MediaId property.
customerId global Initial value of the CustomerId property.
customerName global Initial value of the CustomerName property.
mediaTitle global Initial value of the MediaTitle property.
dueDate global Initial value of the DueDate property.
Résultat CustomerRentedItem