Property | Type | Description | |
---|---|---|---|
MessageDescription | System |
Method | Description | |
---|---|---|
AddOption ( string id, string text, bool setByDefault ) : void | ||
GetOptionValue ( string id ) : bool | ||
SetOptionValue ( string id, bool value ) : void |
Method | Description | |
---|---|---|
MessageDescription ( ) : System |
public AddOption ( string id, string text, bool setByDefault ) : void | ||
id | string | |
text | string | |
setByDefault | bool | |
return | void |
public SetOptionValue ( string id, bool value ) : void | ||
id | string | |
value | bool | |
return | void |