C# Class Prizm.Main.Forms.MainChildForm.ChildEditableForm.ControlsCollection

helper class for managing control states
Exibir arquivo Open project: AleksMorozova/prizm

Public Methods

Method Description
Add ( Control c, ControlCondition condition, bool>.Func IsEditableMethod = null ) : void
CheckConditionEditable ( Control c, bool argument ) : bool
Clear ( ) : void
GetCondition ( Control c ) : ControlCondition

Method Details

Add() public method

public Add ( Control c, ControlCondition condition, bool>.Func IsEditableMethod = null ) : void
c System.Windows.Forms.Control
condition ControlCondition
IsEditableMethod bool>.Func
return void

CheckConditionEditable() public method

public CheckConditionEditable ( Control c, bool argument ) : bool
c System.Windows.Forms.Control
argument bool
return bool

Clear() public method

public Clear ( ) : void
return void

GetCondition() public method

public GetCondition ( Control c ) : ControlCondition
c System.Windows.Forms.Control
return ControlCondition