Manages all build warnings and build errors when building an app via the BuildService.
View code on GitHub
Inheritance Hierarchy
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
The AppBuildMessagesListViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AppBuildMessagesListViewModel | Initializes a new instance of the AppBuildMessagesListViewModel class |
Methods
Name | Description | |
---|---|---|
![]() | AddMessage | |
![]() | Broadcast``1 | (Inherited from ViewModelBase.) |
![]() | Cleanup | (Inherited from ViewModelBase.) |
![]() | ClearMessages | |
![]() | CopyMessageToClipboard | |
![]() | RaisePropertyChanged(String) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanged``1(Expression Func UMP ) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanged``1(String, UMP, UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | RaisePropertyChanged``1(Expression Func UMP , UMP, UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | RaisePropertyChanging(String) | (Inherited from ObservableObject.) |
![]() | RaisePropertyChanging``1(Expression Func UMP ) | (Inherited from ObservableObject.) |
![]() | Set``1(Expression Func UMP , UMP , UMP) | (Inherited from ObservableObject.) |
![]() | Set``1(String, UMP , UMP) | (Inherited from ObservableObject.) |
![]() | Set``1(Expression Func UMP , UMP , UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | Set``1(String, UMP , UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() | VerifyPropertyName | (Inherited from ObservableObject.) |
Properties
Name | Description | |
---|---|---|
![]() | Errors | |
![]() | IsInDesignMode | (Inherited from ViewModelBase.) |
![]() | IsShowingErrorsAllowed | |
![]() | IsShowingWarningsAllowed | |
![]() | MessagesMatchingCurrentFilter | |
![]() | MessengerInstance | (Inherited from ViewModelBase.) |
![]() | PropertyChangedHandler | (Inherited from ObservableObject.) |
![]() | PropertyChangingHandler | (Inherited from ObservableObject.) |
![]() | TextOfErrorCount | |
![]() | TextOfWarningCount | |
![]() | Warnings |
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from ObservableObject.) |
![]() | PropertyChanging | (Inherited from ObservableObject.) |
See Also