C# 클래스 Testing.ProductListPriceHistory

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

Private Properties

프로퍼티 타입 설명
OnEndDateChanged void
OnEndDateChanging void
OnListPriceChanged void
OnListPriceChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnProductIDChanged void
OnProductIDChanging void
OnStartDateChanged void
OnStartDateChanging void

공개 메소드들

메소드 설명
CreateProductListPriceHistory ( global productID, global startDate, global listPrice, global modifiedDate ) : ProductListPriceHistory

Create a new ProductListPriceHistory object.

비공개 메소드들

메소드 설명
OnEndDateChanged ( ) : void
OnEndDateChanging ( Nullable value ) : void
OnListPriceChanged ( ) : void
OnListPriceChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnProductIDChanged ( ) : void
OnProductIDChanging ( global value ) : void
OnStartDateChanged ( ) : void
OnStartDateChanging ( global value ) : void

메소드 상세

CreateProductListPriceHistory() 공개 정적인 메소드

Create a new ProductListPriceHistory object.
public static CreateProductListPriceHistory ( global productID, global startDate, global listPrice, global modifiedDate ) : ProductListPriceHistory
productID global Initial value of the ProductID property.
startDate global Initial value of the StartDate property.
listPrice global Initial value of the ListPrice property.
modifiedDate global Initial value of the ModifiedDate property.
리턴 ProductListPriceHistory