An NDoc Documented Class Library

Environment.CurrentInputElement Property

The element of the input model that is currently available for processing.

public object CurrentInputElement {get; set;}

Property Value

An object that belongs to the input model.

Remarks

Every rule must check for the actual type of the current input model if needed, and must cast it to the expected type in order to process it.

See Also

Environment Class | ExpertCoder.ExpertSystem Namespace