Table of Contents

Class ManagedFileChooserFilterViewModel

Namespace
Avalonia.Dialogs.Internal
Assembly
Avalonia.Dialogs.dll
public class ManagedFileChooserFilterViewModel : AvaloniaDialogsInternalViewModelBase, INotifyPropertyChanged
Inheritance
ManagedFileChooserFilterViewModel
Implements
Inherited Members

Constructors

ManagedFileChooserFilterViewModel(FilePickerFileType)

public ManagedFileChooserFilterViewModel(FilePickerFileType filter)

Parameters

filter FilePickerFileType

Properties

Name

public string Name { get; }

Property Value

string

Methods

Match(string)

public bool Match(string filename)

Parameters

filename string

Returns

bool

ToString()

public override string ToString()

Returns

string