C# Class EFExtensions.EFWRappableFields.EFTests.Product

Inheritance: global::System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: DavyLandman/EFWrappableFields Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
CreateProduct ( global identifier, global name, global description ) : Product

Create a new Product object.

Private Methods

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

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