WindowsDevicePortalWrapper  0.9.0.0
A client library that wraps the Windows Device Portal REST APIs.
Public Member Functions | Properties | List of all members
Microsoft.Tools.WindowsDevicePortal.DevicePortal.UserList Class Reference

List of users More...

Public Member Functions

 UserList ()
 Initializes a new instance of the UserList class. More...
 
override string ToString ()
 Returns a string representation of a user list More...
 
void Add (UserInfo newUser)
 Adds a new user More...
 

Properties

List< UserInfoUsers [get]
 Gets the Users list More...
 

Detailed Description

List of users

Constructor & Destructor Documentation

Microsoft.Tools.WindowsDevicePortal.DevicePortal.UserList.UserList ( )
inline

Initializes a new instance of the UserList class.

Member Function Documentation

void Microsoft.Tools.WindowsDevicePortal.DevicePortal.UserList.Add ( UserInfo  newUser)
inline

Adds a new user

Parameters
newUserNew User to be added
override string Microsoft.Tools.WindowsDevicePortal.DevicePortal.UserList.ToString ( )
inline

Returns a string representation of a user list

Returns
String representation of a user list

Property Documentation

List<UserInfo> Microsoft.Tools.WindowsDevicePortal.DevicePortal.UserList.Users
get

Gets the Users list


The documentation for this class was generated from the following file: