Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Presentation.Commands.AnonymousCommand Member List

This is the complete list of members for SiliconStudio.Presentation.Commands.AnonymousCommand, including all inherited members.

AnonymousCommand(IViewModelServiceProvider serviceProvider, Action action)SiliconStudio.Presentation.Commands.AnonymousCommand
AnonymousCommand(IViewModelServiceProvider serviceProvider, Action action, Func< bool > canExecute)SiliconStudio.Presentation.Commands.AnonymousCommand
AnonymousCommand(IViewModelServiceProvider serviceProvider, Action< object > action)SiliconStudio.Presentation.Commands.AnonymousCommand
AnonymousCommand(IViewModelServiceProvider serviceProvider, Action< object > action, Func< bool > canExecute)SiliconStudio.Presentation.Commands.AnonymousCommand
CanExecute(object parameter)SiliconStudio.Presentation.Commands.AnonymousCommandvirtual
SiliconStudio::Presentation::Commands::CommandBase.CanExecute()SiliconStudio.Presentation.Commands.CommandBase
CanExecuteChangedSiliconStudio.Presentation.Commands.CommandBase
CommandBase(IViewModelServiceProvider serviceProvider)SiliconStudio.Presentation.Commands.CommandBaseprotected
DependentPropertiesSiliconStudio.Presentation.ViewModel.ViewModelBaseprotected
DispatcherSiliconStudio.Presentation.ViewModel.DispatcherViewModel
DispatcherViewModel(IViewModelServiceProvider serviceProvider)SiliconStudio.Presentation.ViewModel.DispatcherViewModelprotected
Execute(object parameter)SiliconStudio.Presentation.Commands.AnonymousCommandvirtual
SiliconStudio::Presentation::Commands::CommandBase.Execute()SiliconStudio.Presentation.Commands.CommandBase
IsEnabledSiliconStudio.Presentation.Commands.CommandBase
OnPropertyChanged(params string[] propertyNames)SiliconStudio.Presentation.ViewModel.DispatcherViewModelprotectedvirtual
OnPropertyChanging(params string[] propertyNames)SiliconStudio.Presentation.ViewModel.DispatcherViewModelprotectedvirtual
PropertyChangedSiliconStudio.Presentation.ViewModel.ViewModelBase
PropertyChangingSiliconStudio.Presentation.ViewModel.ViewModelBase
ServiceProviderSiliconStudio.Presentation.ViewModel.ViewModelBase
SetValue(Action updateAction, [CallerMemberName]string propertyName=null)SiliconStudio.Presentation.ViewModel.ViewModelBaseprotected
SetValue(Action updateAction, params string[] propertyNames)SiliconStudio.Presentation.ViewModel.ViewModelBaseprotected
SetValue(Func< bool > hasChangedFunction, Action updateAction, [CallerMemberName]string propertyName=null)SiliconStudio.Presentation.ViewModel.ViewModelBaseprotected
SetValue(bool hasChanged, Action updateAction, [CallerMemberName]string propertyName=null)SiliconStudio.Presentation.ViewModel.ViewModelBaseprotected
SetValue(bool hasChanged, Action updateAction, params string[] propertyNames)SiliconStudio.Presentation.ViewModel.ViewModelBaseprotected
SetValue(Func< bool > hasChangedFunction, Action updateAction, params string[] propertyNames)SiliconStudio.Presentation.ViewModel.ViewModelBaseprotectedvirtual
SetValue< T >(ref T field, T value, [CallerMemberName]string propertyName=null)SiliconStudio.Presentation.ViewModel.ViewModelBaseprotected
SetValue< T >(ref T field, T value, params string[] propertyNames)SiliconStudio.Presentation.ViewModel.ViewModelBaseprotected
SetValue< T >(ref T field, T value, Action updateAction, [CallerMemberName]string propertyName=null)SiliconStudio.Presentation.ViewModel.ViewModelBaseprotected
SetValue< T >(ref T field, T value, Action updateAction, params string[] propertyNames)SiliconStudio.Presentation.ViewModel.ViewModelBaseprotectedvirtual
ViewModelBase()SiliconStudio.Presentation.ViewModel.ViewModelBaseprotected
ViewModelBase(IViewModelServiceProvider serviceProvider)SiliconStudio.Presentation.ViewModel.ViewModelBaseprotected