Click here to Skip to main content
15,892,059 members
Articles / Programming Languages / C#

Use Rules In Your Applications

Rate me:
Please Sign up or sign in to vote.
4.84/5 (19 votes)
29 Aug 2006CPOL2 min read 112.3K   2.7K   93  
A Rules Engine class library with source code and documentation
<html dir="LTR">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
    <title>ExpressionMachine.ResultType Enumeration</title>
    <xml>
    </xml>
    <link rel="stylesheet" type="text/css" href="MSDN.css" />
  </head>
  <body id="bodyID" class="dtBODY">
    <div id="nsbanner">
      <div id="bannerrow1">
        <table class="bannerparthead" cellspacing="0">
          <tr id="hdr">
            <td class="runninghead">Rules Processing Library by Jaxlab</td>
            <td class="product">
            </td>
          </tr>
        </table>
      </div>
      <div id="TitleRow">
        <h1 class="dtH1">ExpressionMachine.ResultType Enumeration</h1>
      </div>
    </div>
    <div id="nstext">
      <p> Enumeration of Result Types </p>
      <div class="syntax">
        <span class="lang">[Visual�Basic]</span>
        <br />Public�Enum�ExpressionMachine.ResultType</div>
      <div class="syntax">
        <span class="lang">[C#]</span>
        <div>public�enum�ExpressionMachine.ResultType</div>
      </div>
      <h4 class="dtH4">Members</h4>
      <div class="tablediv">
        <table class="dtTABLE" cellspacing="0">
          <tr valign="top">
            <th width="50%">Member Name</th>
            <th width="50%">Description</th>
          </tr>
<tr valign="top"><td><b>NONE</b></td><td> Default enum value </td></tr>
<tr valign="top"><td><b>BOOL</b></td><td> ResultType as Boolean </td></tr>
<tr valign="top"><td><b>DOUBLE</b></td><td> ResultType as Double </td></tr>
<tr valign="top"><td><b>STRING</b></td><td> ResultType as String </td></tr></table>
      </div>
      <h4 class="dtH4">Requirements</h4>
      <p>
        <b>Namespace: </b>
        <a href="Jaxlab.Rules.html">Jaxlab.Rules</a>
      </p>
      <p>
        <b>Assembly: </b>JaxlabRulesEngine (in JaxlabRulesEngine.dll)
					</p>
      <h4 class="dtH4">See Also</h4>
      <p>
        <a href="Jaxlab.Rules.html">Jaxlab.Rules Namespace</a>
      </p>
      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
        <param name="Keyword" value="ExpressionMachine.ResultType enumeration">
        </param>
        <param name="Keyword" value="Jaxlab.Rules.ExpressionMachine.ResultType enumeration">
        </param>
        <param name="Keyword" value="NONE enumeration member">
        </param>
        <param name="Keyword" value="ExpressionMachine.ResultType.NONE enumeration member">
        </param>
        <param name="Keyword" value="BOOL enumeration member">
        </param>
        <param name="Keyword" value="ExpressionMachine.ResultType.BOOL enumeration member">
        </param>
        <param name="Keyword" value="DOUBLE enumeration member">
        </param>
        <param name="Keyword" value="ExpressionMachine.ResultType.DOUBLE enumeration member">
        </param>
        <param name="Keyword" value="STRING enumeration member">
        </param>
        <param name="Keyword" value="ExpressionMachine.ResultType.STRING enumeration member">
        </param>
      </object>
      <hr />
      <div id="footer">
        <p>
          <a href="mailto:jeff_bramlett@hotmail.com?subject=Rules%20Processing%20Library%20by%20Jaxlab%20Documentation%20Feedback:%20ExpressionMachine.ResultType%20Enumeration">Send comments on this topic.</a>
        </p>
        <p>
          <a href="http://www.jaxlab.com">Copyright by Jeff Bramlett 2005</a>
        </p>
        <p>Generated from assembly JaxlabRulesEngine [1.0.2431.14881]</p>
      </div>
    </div>
  </body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Website: http://www.somedeveloper.us

Comments and Discussions