Microsoft.RuleEngine


Update Class
Update Class
Represents the Rule Engine Update facts function, which updates a fact in working memory. For a list of all members of this type, see Update Members.System.Object    Microsoft.RuleEngine.Term       Microsoft.RuleEngine.Function          Microsoft.RuleEngine.Update

Namespace: Microsoft.RuleEngine
Assembly: Microsoft.RuleEngine (in microsoft.ruleengine.dll)
Syntax

Visual Basic
<SerializableAttribute> _
Public NotInheritable Class Update
    Inherits Function
C#
[SerializableAttribute] 
public sealed class Update : Function
C++
[SerializableAttribute] 
public ref class Update sealed : public Function
J#
/** @attribute SerializableAttribute() */ 
public final class Update extends Function
JScript
SerializableAttribute 
public final class Update extends Function
Remarks

Update is often used within a rule action.


Inheritance Hierarchy

System.Object
   Microsoft.RuleEngine.Term
     Microsoft.RuleEngine.Function
      Microsoft.RuleEngine.Update
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Development Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); the 32-bit and 64-bit editions of Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2; the 32-bit and 64-bit editions of Windows Vista Ultimate, Enterprise and Business editions; the 32-bit and 64-bit editions of Windows XP Professional

Target Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); the 32-bit and 64-bit editions of Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2
See Also

Tags :


Page view tracker