Method | Description | |
---|---|---|
FlagCondition ( string p_strFlagName, string p_strValue ) : System |
A simple constructor that initializes the object with the given values.
|
|
GetIsFulfilled ( |
Gets whether or not the condition is fulfilled. The condition is fulfilled if the specified flag has the specified value. |
|
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 uses the pattern: Flag '<flag>' is not <value>. |
public FlagCondition ( string p_strFlagName, string p_strValue ) : System | ||
p_strFlagName | string | |
p_strValue | string | The value the flag that must have. |
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 |