Class ContactVM
Inheritance
System.Object
ContactVM
Assembly: FastReport.Cloud.SDK.dll
public class ContactVM : System.ComponentModel.INotifyPropertyChanged
Properties
Declaration
public System.DateTime CreatedTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string CreatorUserId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public System.DateTime EditedTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string EditorUserId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public System.Collections.Generic.ICollection<string> Groups { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SubscriptionId { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
protected virtual void RaisePropertyChanged(string propertyName = null)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
Declaration
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|