Class AboutViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Catalog.ViewModels
Assembly: Catalog.dll
Syntax
public class AboutViewModel : Observable, INotifyPropertyChanged
Properties
LicenseText
Declaration
public string LicenseText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
InitializeAsync()
Declaration
public async Task InitializeAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
System.ComponentModel.INotifyPropertyChanged