Class UpdateSubscriptionDomainsVM
Inheritance
System.Object
UpdateSubscriptionDomainsVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UpdateSubscriptionDomainsVM : System.ComponentModel.INotifyPropertyChanged
Properties
Domains
Declaration
public System.Collections.Generic.ICollection<string> Domains { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<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 |
|