Method | Description | |
---|---|---|
CompositeCondition ( ConditionOperator p_dopOperator ) : System |
A simple constructor that initializes the object with the given values.
|
|
GetIsFulfilled ( |
Determines if the given composite condition if fulfilled. A composite condition is fulfilled if and only if its contained conditions are fulfilled in the combination specified by the Operator. |
|
GetMessage ( |
Gets a message describing whether or not the condition is fulfilled. If the condition is fulfilled the message is "Passed." If the condition is not fulfilled the message is a list of the sub-dependecies' messages. |
Method | Description | |
---|---|---|
m_lstConditions_CollectionChanged ( object sender, |
public CompositeCondition ( ConditionOperator p_dopOperator ) : System | ||
p_dopOperator | ConditionOperator | The operator that specifies what combination of sub-conditions /// must be fulfilled in order for this dependancy to be fulfilled. |
return | System |
public GetIsFulfilled ( |
||
p_csmStateManager | The manager that tracks the currect install state. | |
return | bool |
public GetMessage ( |
||
p_csmStateManager | The manager that tracks the currect install state. | |
return | string |