![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
String * | get_accountImageUri () |
void | set_accountImageUri (const String &) |
String * | get_accountName () |
void | set_accountName (const String &) |
String * | get_rpDisplayName () |
void | set_rpDisplayName (const String &) |
String * | get_userDisplayName () |
void | set_userDisplayName (const String &) |
String * | get_userId () |
void | set_userId (const String &) |
![]() | |
Object () | |
template<typename T > | |
T | valueOf () |
operator double () const | |
Object * | operator[] (const client::String &name) const |
void | set_ (const client::String &name, Object *v) |
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
void | set_ (const client::String &name, T v) |
bool | hasOwnProperty (const client::String &name) |
String* client::MSAccountInfo::get_accountImageUri | ( | ) |
String* client::MSAccountInfo::get_accountName | ( | ) |
String* client::MSAccountInfo::get_rpDisplayName | ( | ) |
String* client::MSAccountInfo::get_userDisplayName | ( | ) |
String* client::MSAccountInfo::get_userId | ( | ) |
void client::MSAccountInfo::set_accountImageUri | ( | const String & | ) |
void client::MSAccountInfo::set_accountName | ( | const String & | ) |
void client::MSAccountInfo::set_rpDisplayName | ( | const String & | ) |
void client::MSAccountInfo::set_userDisplayName | ( | const String & | ) |
void client::MSAccountInfo::set_userId | ( | const String & | ) |