C# Class Tp.LegacyProfileConvertsion.Common.TestPlan

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
显示文件 Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnInitialEstimateChanged void
OnInitialEstimateChanging void
OnLoaded void
OnProjectIDChanged void
OnProjectIDChanging void
OnTestPlanIDChanged void
OnTestPlanIDChanging void
OnValidate void
attach_TestCaseTestPlans void
detach_TestCaseTestPlans void

Public Methods

Method Description
TestPlan ( ) : System.Data.Linq

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method Description
OnCreated ( ) : void
OnInitialEstimateChanged ( ) : void
OnInitialEstimateChanging ( System value ) : void
OnLoaded ( ) : void
OnProjectIDChanged ( ) : void
OnProjectIDChanging ( System value ) : void
OnTestPlanIDChanged ( ) : void
OnTestPlanIDChanging ( int value ) : void
OnValidate ( System action ) : void
attach_TestCaseTestPlans ( TestCaseTestPlan entity ) : void
detach_TestCaseTestPlans ( TestCaseTestPlan entity ) : void

Method Details

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

TestPlan() public method

public TestPlan ( ) : System.Data.Linq
return System.Data.Linq