Class MLConditionalWarning
Inheritance
System.Object
MLConditionalWarning
Syntax
public class MLConditionalWarning : IWarning
Constructors
MLConditionalWarning(Func<Boolean, String>)
Declaration
public MLConditionalWarning(Func<bool, string> msgFunc)
Parameters
| Type |
Name |
Description |
| System.Func<System.Boolean, System.String> |
msgFunc |
|
Properties
Flag
Declaration
public bool Flag { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Message
Declaration
public string Message { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
Triggered
Declaration
public bool Triggered { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
Methods
Reset()
Declaration
Implements
Trigger(Boolean, Object[])
Declaration
public void Trigger(bool flag, params object[] args)
Parameters
| Type |
Name |
Description |
| System.Boolean |
flag |
|
| System.Object[] |
args |
|