AppBuildMessagesListViewModel ClassDelta Engine Documentation
Manages all build warnings and build errors when building an app via the BuildService. View code on GitHub
Inheritance Hierarchy

System Object
  ObservableObject
    ViewModelBase
      DeltaEngine.Editor.AppBuilder AppBuildMessagesListViewModel

Namespace: DeltaEngine.Editor.AppBuilder
Assembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class AppBuildMessagesListViewModel : ViewModelBase

The AppBuildMessagesListViewModel type exposes the following members.

Constructors

  NameDescription
Public methodAppBuildMessagesListViewModel
Initializes a new instance of the AppBuildMessagesListViewModel class
Top
Methods

  NameDescription
Public methodAddMessage
Protected methodBroadcast``1 (Inherited from ViewModelBase.)
Public methodCleanup (Inherited from ViewModelBase.)
Public methodClearMessages
Public methodCopyMessageToClipboard
Protected methodRaisePropertyChanged(String) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanged``1(Expression Func UMP  ) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanged``1(String, UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodRaisePropertyChanged``1(Expression Func UMP  , UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodRaisePropertyChanging(String) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanging``1(Expression Func UMP  ) (Inherited from ObservableObject.)
Protected methodSet``1(Expression Func UMP  , UMP , UMP) (Inherited from ObservableObject.)
Protected methodSet``1(String, UMP , UMP) (Inherited from ObservableObject.)
Protected methodSet``1(Expression Func UMP  , UMP , UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodSet``1(String, UMP , UMP, Boolean) (Inherited from ViewModelBase.)
Public methodVerifyPropertyName (Inherited from ObservableObject.)
Top
Properties

  NameDescription
Public propertyErrors
Public propertyIsInDesignMode (Inherited from ViewModelBase.)
Public propertyIsShowingErrorsAllowed
Public propertyIsShowingWarningsAllowed
Public propertyMessagesMatchingCurrentFilter
Protected propertyMessengerInstance (Inherited from ViewModelBase.)
Protected propertyPropertyChangedHandler (Inherited from ObservableObject.)
Protected propertyPropertyChangingHandler (Inherited from ObservableObject.)
Public propertyTextOfErrorCount
Public propertyTextOfWarningCount
Public propertyWarnings
Top
Events

  NameDescription
Public eventPropertyChanged (Inherited from ObservableObject.)
Public eventPropertyChanging (Inherited from ObservableObject.)
Top
See Also