Class UpdateContactGroupVM
Inheritance
System.Object
UpdateContactGroupVM
Assembly: FastReport.Cloud.SDK.dll
public class UpdateContactGroupVM : System.ComponentModel.INotifyPropertyChanged
Properties
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 |
|