C# Class ReadModel.CustomerItem

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

Private Properties

Property Type Description
OnCanRentChanged void
OnCanRentChanging void
OnCanReturnChanged void
OnCanReturnChanging void
OnIdChanged void
OnIdChanging void
OnNameChanged void
OnNameChanging void

Public Methods

Method Description
CreateCustomerItem ( global id, global name, global canRent, global canReturn ) : CustomerItem

Create a new CustomerItem object.

Private Methods

Method Description
OnCanRentChanged ( ) : void
OnCanRentChanging ( global value ) : void
OnCanReturnChanged ( ) : void
OnCanReturnChanging ( global value ) : void
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

Method Details

CreateCustomerItem() public static method

Create a new CustomerItem object.
public static CreateCustomerItem ( global id, global name, global canRent, global canReturn ) : CustomerItem
id global Initial value of the Id property.
name global Initial value of the Name property.
canRent global Initial value of the CanRent property.
canReturn global Initial value of the CanReturn property.
return CustomerItem