An NDoc Documented Class Library

ParameterAttribute Class

Marks a field or property declared in a rule as an expert system parameter.

For a list of all members of this type, see ParameterAttribute Members.

System.Object
   System.Attribute
      ExpertCoder.ExpertSystem.ParameterAttribute

public class ParameterAttribute : Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

If you use this attribute, tools can query your expert system in order to get the list of expected parameters, and you can use the AssignParameters to automatically assign values to the parameters.

Requirements

Namespace: ExpertCoder.ExpertSystem

Assembly: ExpertCoder.ExpertSystem (in ExpertCoder.ExpertSystem.dll)

See Also

ParameterAttribute Members | ExpertCoder.ExpertSystem Namespace