C# Class AcManager.Pages.Dialogs.AcRootDirectorySelector.ViewModel

Inheritance: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged, INotifyDataErrorInfo
Show file Open project: gro-ove/actools

Private Properties

Property Type Description

Public Methods

Method Description
GetErrors ( string propertyName ) : IEnumerable
OnErrorsChanged ( [ propertyName = null ) : void
SetPacked ( string packed ) : void
SetSteamId ( string steamId ) : void
ViewModel ( bool changeAcRoot, bool changeSteamId ) : System

Method Details

GetErrors() public method

public GetErrors ( string propertyName ) : IEnumerable
propertyName string
return IEnumerable

OnErrorsChanged() public method

public OnErrorsChanged ( [ propertyName = null ) : void
propertyName [
return void

SetPacked() public method

public SetPacked ( string packed ) : void
packed string
return void

SetSteamId() public method

public SetSteamId ( string steamId ) : void
steamId string
return void

ViewModel() public method

public ViewModel ( bool changeAcRoot, bool changeSteamId ) : System
changeAcRoot bool
changeSteamId bool
return System