The Portrate Interview Engine

CountRule.Configure Method 

Looks for a "logic" attribute in the given element, which will determine the pass/fail logic for this rule. Occurences of "testRule" elements are considered rule logic for the count evaluation. Elements supported as children of this rule are "variableName", "startIndex", and "indexStep." The "variableName" element defines the name of the variable reference that contains the current index value. The "startIndex" element defines the starting index of the iteration. The "indexStep" determines the step size for the iteration.

[Visual Basic]
Overrides Public Sub Configure( _ 
   ByVal eData As XmlElement _ 
) _
    Implements IXmlConfigurable.Configure
[C#]
public override void Configure(
   XmlElement eData
);
[C++]
public: void Configure(
   XmlElement* eData
);
[JScript]
public override function Configure(
   XmlElement eData
);

Parameters

eData

Implements

IXmlConfigurable.Configure

See Also

CountRule Class | Portrate.Interview.Model.Rules Namespace