You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.1 KiB
68 lines
2.1 KiB
<html><head> |
|
<title>Condition List</title> |
|
<link rel="stylesheet" type="text/css" href="listing.css"> |
|
<meta name="generator" value="BuildAddinDocumentation"> |
|
</head><body> |
|
<h1>Condition List</h1> |
|
<p class="notice">This file was generated by the tool 'BuildAddinDocumentation'. |
|
It is based on SharpDevelop 2.0.0.589.</p> |
|
<ul> |
|
<li><a href="#BrowserLocation">BrowserLocation</a> |
|
<li><a href="#Compare">Compare</a> |
|
<li><a href="#OpenWindowState">OpenWindowState</a> |
|
<li><a href="#OwnerState">OwnerState</a> |
|
</ul> |
|
<div> |
|
<h2><a name="BrowserLocation">BrowserLocation</a></h2> |
|
<p> |
|
Conditions that tries to match the URL of a <see cref="T:ICSharpCode.SharpDevelop.BrowserDisplayBinding.HtmlViewPane" /> with a regex. |
|
</p> |
|
<table> |
|
<tr> |
|
<th>Condition name:</td> |
|
<td>ICSharpCode.SharpDevelop.BrowserDisplayBinding.BrowserLocationConditionEvaluator</td> |
|
</tr> |
|
<tr><td colspan=2><hr><h3>Attributes:</h3></td></tr> |
|
</table> |
|
</div> |
|
<div> |
|
<h2><a name="Compare">Compare</a></h2> |
|
<p> |
|
Condition evaluator that compares two strings. |
|
</p> |
|
<table> |
|
<tr> |
|
<th>Condition name:</td> |
|
<td>ICSharpCode.Core.CompareConditionEvaluator</td> |
|
</tr> |
|
<tr><td colspan=2><hr><h3>Attributes:</h3></td></tr> |
|
</table> |
|
</div> |
|
<div> |
|
<h2><a name="OpenWindowState">OpenWindowState</a></h2> |
|
<p> |
|
Description of WindowStateCondition. |
|
</p> |
|
<table> |
|
<tr> |
|
<th>Condition name:</td> |
|
<td>ICSharpCode.Core.OpenWindowStateConditionEvaluator</td> |
|
</tr> |
|
<tr><td colspan=2><hr><h3>Attributes:</h3></td></tr> |
|
</table> |
|
</div> |
|
<div> |
|
<h2><a name="OwnerState">OwnerState</a></h2> |
|
<p> |
|
Condition evaluator that compares the state of the caller/owner with a specified value. |
|
The caller/owner has to implement <see cref="T:ICSharpCode.Core.IOwnerState" />. |
|
</p> |
|
<table> |
|
<tr> |
|
<th>Condition name:</td> |
|
<td>ICSharpCode.Core.OwnerStateConditionEvaluator</td> |
|
</tr> |
|
<tr><td colspan=2><hr><h3>Attributes:</h3></td></tr> |
|
</table> |
|
</div> |
|
</body></html>
|
|
|