Interface ICheckableEntry
- Namespace
- Ranorex.Core.Testing
- Assembly
- Ranorex.Core.dll
public interface ICheckableEntry
Properties
CheckState
CheckState CheckState { get; set; }
Property Value
- CheckState
Methods
GetRunXMLNode(XmlNode)
XmlNode GetRunXMLNode(XmlNode parent)
Parameters
parent XmlNode
Returns
- XmlNode
SetCheckState(CheckState)
void SetCheckState(CheckState state)
Parameters
state CheckState
SetCheckState(CheckState, bool)
void SetCheckState(CheckState state, bool notifyDescendands)
Parameters
state CheckState
notifyDescendands bool