C# Class Testing.SalesTerritoryHistory

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: jonfazzaro/meddle Class Usage Examples

Private Properties

Property Type Description
OnEndDateChanged void
OnEndDateChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnSalesPersonIDChanged void
OnSalesPersonIDChanging void
OnStartDateChanged void
OnStartDateChanging void
OnTerritoryIDChanged void
OnTerritoryIDChanging void
OnrowguidChanged void
OnrowguidChanging void

Public Methods

Method Description
CreateSalesTerritoryHistory ( global salesPersonID, global territoryID, global startDate, global rowguid, global modifiedDate ) : SalesTerritoryHistory

Create a new SalesTerritoryHistory object.

Private Methods

Method Description
OnEndDateChanged ( ) : void
OnEndDateChanging ( Nullable value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnSalesPersonIDChanged ( ) : void
OnSalesPersonIDChanging ( global value ) : void
OnStartDateChanged ( ) : void
OnStartDateChanging ( global value ) : void
OnTerritoryIDChanged ( ) : void
OnTerritoryIDChanging ( global value ) : void
OnrowguidChanged ( ) : void
OnrowguidChanging ( global value ) : void

Method Details

CreateSalesTerritoryHistory() public static method

Create a new SalesTerritoryHistory object.
public static CreateSalesTerritoryHistory ( global salesPersonID, global territoryID, global startDate, global rowguid, global modifiedDate ) : SalesTerritoryHistory
salesPersonID global Initial value of the SalesPersonID property.
territoryID global Initial value of the TerritoryID property.
startDate global Initial value of the StartDate property.
rowguid global Initial value of the rowguid property.
modifiedDate global Initial value of the ModifiedDate property.
return SalesTerritoryHistory