C# Class DISamples.Layers.DAL.Product

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: dpdonahue/What-Is-Dependency-Injection- Class Usage Examples

Private Properties

Property Type Description
OnClassChanged void
OnClassChanging void
OnColorChanged void
OnColorChanging void
OnCreated void
OnDaysToManufactureChanged void
OnDaysToManufactureChanging void
OnDiscontinuedDateChanged void
OnDiscontinuedDateChanging void
OnFinishedGoodsFlagChanged void
OnFinishedGoodsFlagChanging void
OnListPriceChanged void
OnListPriceChanging void
OnLoaded void
OnMakeFlagChanged void
OnMakeFlagChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnNameChanged void
OnNameChanging void
OnProductIDChanged void
OnProductIDChanging void
OnProductLineChanged void
OnProductLineChanging void
OnProductModelIDChanged void
OnProductModelIDChanging void
OnProductNumberChanged void
OnProductNumberChanging void
OnProductSubcategoryIDChanged void
OnProductSubcategoryIDChanging void
OnReorderPointChanged void
OnReorderPointChanging void
OnSafetyStockLevelChanged void
OnSafetyStockLevelChanging void
OnSellEndDateChanged void
OnSellEndDateChanging void
OnSellStartDateChanged void
OnSellStartDateChanging void
OnSizeChanged void
OnSizeChanging void
OnSizeUnitMeasureCodeChanged void
OnSizeUnitMeasureCodeChanging void
OnStandardCostChanged void
OnStandardCostChanging void
OnStyleChanged void
OnStyleChanging void
OnValidate void
OnWeightChanged void
OnWeightChanging void
OnWeightUnitMeasureCodeChanged void
OnWeightUnitMeasureCodeChanging void
OnrowguidChanged void
OnrowguidChanging void

Public Methods

Method Description
Product ( ) : System.Data.Linq

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method Description
OnClassChanged ( ) : void
OnClassChanging ( string value ) : void
OnColorChanged ( ) : void
OnColorChanging ( string value ) : void
OnCreated ( ) : void
OnDaysToManufactureChanged ( ) : void
OnDaysToManufactureChanging ( int value ) : void
OnDiscontinuedDateChanged ( ) : void
OnDiscontinuedDateChanging ( System value ) : void
OnFinishedGoodsFlagChanged ( ) : void
OnFinishedGoodsFlagChanging ( bool value ) : void
OnListPriceChanged ( ) : void
OnListPriceChanging ( decimal value ) : void
OnLoaded ( ) : void
OnMakeFlagChanged ( ) : void
OnMakeFlagChanging ( bool value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( System value ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnProductIDChanged ( ) : void
OnProductIDChanging ( int value ) : void
OnProductLineChanged ( ) : void
OnProductLineChanging ( string value ) : void
OnProductModelIDChanged ( ) : void
OnProductModelIDChanging ( System value ) : void
OnProductNumberChanged ( ) : void
OnProductNumberChanging ( string value ) : void
OnProductSubcategoryIDChanged ( ) : void
OnProductSubcategoryIDChanging ( System value ) : void
OnReorderPointChanged ( ) : void
OnReorderPointChanging ( short value ) : void
OnSafetyStockLevelChanged ( ) : void
OnSafetyStockLevelChanging ( short value ) : void
OnSellEndDateChanged ( ) : void
OnSellEndDateChanging ( System value ) : void
OnSellStartDateChanged ( ) : void
OnSellStartDateChanging ( System value ) : void
OnSizeChanged ( ) : void
OnSizeChanging ( string value ) : void
OnSizeUnitMeasureCodeChanged ( ) : void
OnSizeUnitMeasureCodeChanging ( string value ) : void
OnStandardCostChanged ( ) : void
OnStandardCostChanging ( decimal value ) : void
OnStyleChanged ( ) : void
OnStyleChanging ( string value ) : void
OnValidate ( System action ) : void
OnWeightChanged ( ) : void
OnWeightChanging ( System value ) : void
OnWeightUnitMeasureCodeChanged ( ) : void
OnWeightUnitMeasureCodeChanging ( string value ) : void
OnrowguidChanged ( ) : void
OnrowguidChanging ( System value ) : void

Method Details

Product() public method

public Product ( ) : System.Data.Linq
return System.Data.Linq

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void