C# Class EFExtensions.EFWRappableFields.EFTests.Order

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

Private Properties

Свойство Type Description
CreateOrder Order
OnDbStatusChanged void
OnDbStatusChanging void
OnDbStatusChanging void
OnIdentifierChanged void
OnIdentifierChanging void
OnIdentifierChanging void
OnOccuranceChanged void
OnOccuranceChanging void

Méthodes publiques

Méthode Description
CreateOrder ( global identifier, global occurance ) : Order

Create a new Order object.

Private Methods

Méthode Description
CreateOrder ( int identifier, global occurance ) : Order
OnDbStatusChanged ( ) : void
OnDbStatusChanging ( global value ) : void
OnDbStatusChanging ( int value ) : void
OnIdentifierChanged ( ) : void
OnIdentifierChanging ( global value ) : void
OnIdentifierChanging ( int value ) : void
OnOccuranceChanged ( ) : void
OnOccuranceChanging ( global value ) : void

Method Details

CreateOrder() public static méthode

Create a new Order object.
public static CreateOrder ( global identifier, global occurance ) : Order
identifier global Initial value of the Identifier property.
occurance global Initial value of the Occurance property.
Résultat Order