XMediator::Api::CustomProperties
A container class for key-value custom properties. Use Builder to create an instance of this class.
Public Classes
Name | |
---|---|
class | Builder A convenience class for creating CustomProperties. |
Public Functions
Name | |
---|---|
int? | GetInt(string key) |
long? | GetLong(string key) |
float? | GetFloat(string key) |
double? | GetDouble(string key) |
string | GetString(string key) |
IEnumerable< string > | GetStringSet(string key) |
Builder | NewBuilder() Returns a new Builder with all of the key-value pairs from this object. |
Public Functions Documentation
function GetInt
function GetLong
function GetFloat
function GetDouble
function GetString
function GetStringSet
function NewBuilder
Returns a new Builder with all of the key-value pairs from this object.
Return:
Updated on 2024-11-07 at 18:31:49 +0000