C# Class EFExtensions.EFWRappableFields.EFTests.OrderDetail

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

Private Properties

Свойство Type Description
CreateOrderDetail OrderDetail
OnIdentifierChanged void
OnIdentifierChanging void
OnIdentifierChanging void
OnOrderChanged void
OnOrderChanging void
OnProductIdentifierChanged void
OnProductIdentifierChanging void
OnQuantityChanged void
OnQuantityChanging void
OnQuantityChanging void

Méthodes publiques

Méthode Description
CreateOrderDetail ( global identifier, global order, global quantity ) : OrderDetail

Create a new OrderDetail object.

Private Methods

Méthode Description
CreateOrderDetail ( int identifier, decimal quantity ) : OrderDetail
OnIdentifierChanged ( ) : void
OnIdentifierChanging ( global value ) : void
OnIdentifierChanging ( int value ) : void
OnOrderChanged ( ) : void
OnOrderChanging ( global value ) : void
OnProductIdentifierChanged ( ) : void
OnProductIdentifierChanging ( global value ) : void
OnQuantityChanged ( ) : void
OnQuantityChanging ( decimal value ) : void
OnQuantityChanging ( global value ) : void

Method Details

CreateOrderDetail() public static méthode

Create a new OrderDetail object.
public static CreateOrderDetail ( global identifier, global order, global quantity ) : OrderDetail
identifier global Initial value of the Identifier property.
order global Initial value of the Order property.
quantity global Initial value of the Quantity property.
Résultat OrderDetail