C# Class ReadModel.CustomerRentedItem

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostrar archivo Open project: jletroui/CQRSWorkshop Class Usage Examples

Private Properties

Property Type Description
OnCustomerIdChanged void
OnCustomerIdChanging void
OnCustomerNameChanged void
OnCustomerNameChanging void
OnDueDateChanged void
OnDueDateChanging void
OnMediaIdChanged void
OnMediaIdChanging void
OnMediaTitleChanged void
OnMediaTitleChanging void

Public Methods

Method Description
CreateCustomerRentedItem ( global mediaId, global customerId, global customerName, global mediaTitle, global dueDate ) : CustomerRentedItem

Create a new CustomerRentedItem object.

Private Methods

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

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