C# Class ReadModel.CustomerItem

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

Private Properties

Свойство Type Description
OnCanRentChanged void
OnCanRentChanging void
OnCanReturnChanged void
OnCanReturnChanging void
OnIdChanged void
OnIdChanging void
OnNameChanged void
OnNameChanging void

Méthodes publiques

Méthode Description
CreateCustomerItem ( global id, global name, global canRent, global canReturn ) : CustomerItem

Create a new CustomerItem object.

Private Methods

Méthode 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 méthode

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.
Résultat CustomerItem