clsDecisionTableResult..::..oMatchedRows Property
Gets or sets the o matched rows.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public List<clsDecisionTableDataRow> oMatchedRows { get; set; }
Public Property oMatchedRows As List(Of clsDecisionTableDataRow) Get Set
public: property List<clsDecisionTableDataRow^>^ oMatchedRows { List<clsDecisionTableDataRow^>^ get (); void set (List<clsDecisionTableDataRow^>^ value); }