Property | Type | Description | |
---|---|---|---|
False | |||
Message | string | ||
True | |||
successs | bool |
Method | Description | |
---|---|---|
BoolMessage ( bool successs, string message ) : System |
Set the readonly fields.
|
public BoolMessage ( bool successs, string message ) : System | ||
successs | bool | Flag for errorMessage to set. |
message | string | Message to set for flag. |
return | System |