C# 클래스 ReadModel.CustomerRentedItem

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: jletroui/CQRSWorkshop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnCustomerIdChanged void
OnCustomerIdChanging void
OnCustomerNameChanged void
OnCustomerNameChanging void
OnDueDateChanged void
OnDueDateChanging void
OnMediaIdChanged void
OnMediaIdChanging void
OnMediaTitleChanged void
OnMediaTitleChanging void

공개 메소드들

메소드 설명
CreateCustomerRentedItem ( global mediaId, global customerId, global customerName, global mediaTitle, global dueDate ) : CustomerRentedItem

Create a new CustomerRentedItem object.

비공개 메소드들

메소드 설명
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

메소드 상세

CreateCustomerRentedItem() 공개 정적인 메소드

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.
리턴 CustomerRentedItem