Class InvitedUser
Inheritance
System.Object
InvitedUser
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class InvitedUser : System.ComponentModel.INotifyPropertyChanged
Properties
InvitedAt
Declaration
public System.DateTime InvitedAt { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
UserId
Declaration
public string UserId { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
RaisePropertyChanged(String)
Declaration
protected virtual void RaisePropertyChanged(string propertyName = null)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
PropertyChanged
Declaration
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|