C# 클래스 Testing.SalesTerritoryHistory

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: jonfazzaro/meddle 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnEndDateChanged void
OnEndDateChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnSalesPersonIDChanged void
OnSalesPersonIDChanging void
OnStartDateChanged void
OnStartDateChanging void
OnTerritoryIDChanged void
OnTerritoryIDChanging void
OnrowguidChanged void
OnrowguidChanging void

공개 메소드들

메소드 설명
CreateSalesTerritoryHistory ( global salesPersonID, global territoryID, global startDate, global rowguid, global modifiedDate ) : SalesTerritoryHistory

Create a new SalesTerritoryHistory object.

비공개 메소드들

메소드 설명
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

메소드 상세

CreateSalesTerritoryHistory() 공개 정적인 메소드

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.
리턴 SalesTerritoryHistory