Show / Hide Table of Contents

Class MainViewModel

Inheritance
System.Object
CommunityToolkit.Mvvm.ComponentModel.ObservableObject
MainViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
System.ComponentModel.INotifyPropertyChanging
Inherited Members
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.OnPropertyChanging(System.ComponentModel.PropertyChangingEventArgs)
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.OnPropertyChanged(System.String)
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.OnPropertyChanging(System.String)
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.SetProperty<T>(T, T, System.String)
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.SetProperty<T>(T, T, System.Collections.Generic.IEqualityComparer<T>, System.String)
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.SetProperty<T>(T, T, System.Action<T>, System.String)
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.SetProperty<T>(T, T, System.Collections.Generic.IEqualityComparer<T>, System.Action<T>, System.String)
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.SetProperty<TModel, T>(T, T, TModel, System.Action<TModel, T>, System.String)
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.SetProperty<TModel, T>(T, T, System.Collections.Generic.IEqualityComparer<T>, TModel, System.Action<TModel, T>, System.String)
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.SetPropertyAndNotifyOnCompletion(CommunityToolkit.Mvvm.ComponentModel.ObservableObject.TaskNotifier, System.Threading.Tasks.Task, System.String)
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.SetPropertyAndNotifyOnCompletion(CommunityToolkit.Mvvm.ComponentModel.ObservableObject.TaskNotifier, System.Threading.Tasks.Task, System.Action<System.Threading.Tasks.Task>, System.String)
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.SetPropertyAndNotifyOnCompletion<T>(CommunityToolkit.Mvvm.ComponentModel.ObservableObject.TaskNotifier<T>, System.Threading.Tasks.Task<T>, System.String)
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.SetPropertyAndNotifyOnCompletion<T>(CommunityToolkit.Mvvm.ComponentModel.ObservableObject.TaskNotifier<T>, System.Threading.Tasks.Task<T>, System.Action<System.Threading.Tasks.Task<T>>, System.String)
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.PropertyChanged
CommunityToolkit.Mvvm.ComponentModel.ObservableObject.PropertyChanging
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetDocsForLLM.ViewModels
Assembly: NetDocsForLLM.dll
Syntax
public class MainViewModel : ObservableObject, INotifyPropertyChanged, INotifyPropertyChanging

Constructors

MainViewModel(IAssemblyAnalyzer, IDocumentationGenerator)

Declaration
public MainViewModel(IAssemblyAnalyzer assemblyAnalyzer, IDocumentationGenerator documentationGenerator)
Parameters
Type Name Description
IAssemblyAnalyzer assemblyAnalyzer
IDocumentationGenerator documentationGenerator

Properties

CopyToClipboardCommand

Declaration
public IRelayCommand CopyToClipboardCommand { get; }
Property Value
Type Description
CommunityToolkit.Mvvm.Input.IRelayCommand

DocumentationModel

Declaration
public DocumentationModel DocumentationModel { get; set; }
Property Value
Type Description
DocumentationModel

DocumentationPreview

Declaration
public string DocumentationPreview { get; set; }
Property Value
Type Description
System.String

DocumentationStats

Declaration
public string DocumentationStats { get; set; }
Property Value
Type Description
System.String

ExportDocumentationCommand

Declaration
public IRelayCommand ExportDocumentationCommand { get; }
Property Value
Type Description
CommunityToolkit.Mvvm.Input.IRelayCommand

GenerateDocumentationCommand

Declaration
public IRelayCommand GenerateDocumentationCommand { get; }
Property Value
Type Description
CommunityToolkit.Mvvm.Input.IRelayCommand

HasGeneratedDocumentation

Declaration
public bool HasGeneratedDocumentation { get; set; }
Property Value
Type Description
System.Boolean

HasSelectedAssemblies

Declaration
public bool HasSelectedAssemblies { get; }
Property Value
Type Description
System.Boolean

IsProcessing

Declaration
public bool IsProcessing { get; set; }
Property Value
Type Description
System.Boolean

RemoveAssemblyCommand

Declaration
public IRelayCommand<AssemblyModel> RemoveAssemblyCommand { get; }
Property Value
Type Description
CommunityToolkit.Mvvm.Input.IRelayCommand<AssemblyModel>

SelectAssembliesCommand

Declaration
public IRelayCommand SelectAssembliesCommand { get; }
Property Value
Type Description
CommunityToolkit.Mvvm.Input.IRelayCommand

SelectedAssemblies

Declaration
public ObservableCollection<AssemblyModel> SelectedAssemblies { get; set; }
Property Value
Type Description
System.Collections.ObjectModel.ObservableCollection<AssemblyModel>

Settings

Declaration
public ExportSettings Settings { get; set; }
Property Value
Type Description
ExportSettings

StatusMessage

Declaration
public string StatusMessage { get; set; }
Property Value
Type Description
System.String

Implements

System.ComponentModel.INotifyPropertyChanged
System.ComponentModel.INotifyPropertyChanging
In This Article
Back to top Generated by DocFX