C# Class PyriteUI.ScenarioCreation.ComplexCheckerViewContext

Inheritance: System.Windows.DependencyObject
ファイルを表示 Open project: noant/Pyrite

Public Properties

Property Type Description
AllOperatorViewsProperty System.Windows.DependencyProperty
IsFirstProperty System.Windows.DependencyProperty

Public Methods

Method Description
AddChecker ( ) : OperatorCheckerPair
AddGroupChecker ( ) : OperatorCheckerPair
ComplexCheckerViewContext ( OperatorCheckerPair complexCheckerPair ) : System.Collections.Generic
RemoveChecker ( OperatorCheckerPair pair ) : void

Private Methods

Method Description
ComplexCheckerViewContext ( ) : System.Collections.Generic

Method Details

AddChecker() public method

public AddChecker ( ) : OperatorCheckerPair
return PyriteCore.ScenarioCreation.OperatorCheckerPair

AddGroupChecker() public method

public AddGroupChecker ( ) : OperatorCheckerPair
return PyriteCore.ScenarioCreation.OperatorCheckerPair

ComplexCheckerViewContext() public method

public ComplexCheckerViewContext ( OperatorCheckerPair complexCheckerPair ) : System.Collections.Generic
complexCheckerPair PyriteCore.ScenarioCreation.OperatorCheckerPair
return System.Collections.Generic

RemoveChecker() public method

public RemoveChecker ( OperatorCheckerPair pair ) : void
pair PyriteCore.ScenarioCreation.OperatorCheckerPair
return void

Property Details

AllOperatorViewsProperty public_oe static_oe property

public static DependencyProperty,System.Windows AllOperatorViewsProperty
return System.Windows.DependencyProperty

IsFirstProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsFirstProperty
return System.Windows.DependencyProperty