C# Class EFExtensions.EFWRappableFields.EFTests.Product

Inheritance: global::System.Data.Objects.DataClasses.EntityObject
ファイルを表示 Open project: DavyLandman/EFWrappableFields Class Usage Examples

Private Properties

Property Type Description
CreateProduct Product
OnDescriptionChanged void
OnDescriptionChanging void
OnDescriptionChanging void
OnIdentifierChanged void
OnIdentifierChanging void
OnIdentifierChanging void
OnNameChanged void
OnNameChanging void
OnNameChanging void
OnPriceChanged void
OnPriceChanging void
OnPriceChanging void

Public Methods

Method Description
CreateProduct ( global identifier, global name, global description ) : Product

Create a new Product object.

Private Methods

Method Description
CreateProduct ( int identifier, string name, string description ) : Product
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( global value ) : void
OnDescriptionChanging ( string value ) : void
OnIdentifierChanged ( ) : void
OnIdentifierChanging ( global value ) : void
OnIdentifierChanging ( int value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void
OnNameChanging ( string value ) : void
OnPriceChanged ( ) : void
OnPriceChanging ( Nullable value ) : void
OnPriceChanging ( global value ) : void

Method Details

CreateProduct() public static method

Create a new Product object.
public static CreateProduct ( global identifier, global name, global description ) : Product
identifier global Initial value of the Identifier property.
name global Initial value of the Name property.
description global Initial value of the Description property.
return Product