C# Class EFExtensions.EFWRappableFields.EFTests.Order

Inheritance: global::System.Data.Objects.DataClasses.EntityObject
Show file Open project: DavyLandman/EFWrappableFields Class Usage Examples

Private Properties

Property Type Description
CreateOrder Order
OnDbStatusChanged void
OnDbStatusChanging void
OnDbStatusChanging void
OnIdentifierChanged void
OnIdentifierChanging void
OnIdentifierChanging void
OnOccuranceChanged void
OnOccuranceChanging void

Public Methods

Method Description
CreateOrder ( global identifier, global occurance ) : Order

Create a new Order object.

Private Methods

Method 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 method

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.
return Order