The Portrate Interview Engine

ContainmentLogicRule.Configure Method 

Parses the configuration for the containment rule logic. Looks for attributes named 'allowNull' and 'property'. The 'allowNull' attribute will allow null values in the enumeration if it has a value of 'true'. The 'property' attribute is the name of the property being tested for containment in the enumeration. Values for the enumeration are taken from the child elements named 'value'.

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

Parameters

eData

Implements

IXmlConfigurable.Configure

See Also

ContainmentLogicRule Class | Portrate.Interview.Model.Rules Namespace