C# Class Testing.SpecialOfferProduct

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

Private Properties

Property Type Description
OnModifiedDateChanged void
OnModifiedDateChanging void
OnProductIDChanged void
OnProductIDChanging void
OnSpecialOfferIDChanged void
OnSpecialOfferIDChanging void
OnrowguidChanged void
OnrowguidChanging void

Public Methods

Method Description
CreateSpecialOfferProduct ( global specialOfferID, global productID, global rowguid, global modifiedDate ) : SpecialOfferProduct

Create a new SpecialOfferProduct object.

Private Methods

Method Description
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnProductIDChanged ( ) : void
OnProductIDChanging ( global value ) : void
OnSpecialOfferIDChanged ( ) : void
OnSpecialOfferIDChanging ( global value ) : void
OnrowguidChanged ( ) : void
OnrowguidChanging ( global value ) : void

Method Details

CreateSpecialOfferProduct() public static method

Create a new SpecialOfferProduct object.
public static CreateSpecialOfferProduct ( global specialOfferID, global productID, global rowguid, global modifiedDate ) : SpecialOfferProduct
specialOfferID global Initial value of the SpecialOfferID property.
productID global Initial value of the ProductID property.
rowguid global Initial value of the rowguid property.
modifiedDate global Initial value of the ModifiedDate property.
return SpecialOfferProduct