C# Class Testing.ProductListPriceHistory

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

Private Properties

Свойство Type Description
OnEndDateChanged void
OnEndDateChanging void
OnListPriceChanged void
OnListPriceChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnProductIDChanged void
OnProductIDChanging void
OnStartDateChanged void
OnStartDateChanging void

Méthodes publiques

Méthode Description
CreateProductListPriceHistory ( global productID, global startDate, global listPrice, global modifiedDate ) : ProductListPriceHistory

Create a new ProductListPriceHistory object.

Private Methods

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

Method Details

CreateProductListPriceHistory() public static méthode

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