Show / Hide Table of Contents

Class DeviceUsersRefreshedEventInfo

A class for when a devices users are refreshed.

Inheritance
System.Object
DeviceUsersRefreshedEventInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Users
Assembly: Phoenix.Abstractions.Users.dll
Syntax
public class DeviceUsersRefreshedEventInfo

Constructors

View Source

DeviceUsersRefreshedEventInfo(IDevice, Collection<PhoenixUser>)

Initializes a new instance of the DeviceUsersRefreshedEventInfo class.

Declaration
public DeviceUsersRefreshedEventInfo(IDevice device, Collection<PhoenixUser> users)
Parameters
Type Name Description
IDevice device

The device that whose users were refreshed on.

System.Collections.ObjectModel.Collection<PhoenixUser> users

A collection of new users.

Properties

View Source

Device

Gets the device that was invalidated.

Declaration
public IDevice Device { get; }
Property Value
Type Description
IDevice
View Source

Users

Gets the collection of new users.

Declaration
public Collection<PhoenixUser> Users { get; }
Property Value
Type Description
System.Collections.ObjectModel.Collection<PhoenixUser>
  • View Source
In This Article
Back to top Generated by DocFX