AppBuildMessage ClassDelta Engine Documentation
A message sent from the BuildService which informs about the specific compilation state. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Editor.Messages AppBuildMessage

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

public class AppBuildMessage

The AppBuildMessage type exposes the following members.

Constructors

  NameDescription
Protected methodAppBuildMessage 
Need empty constructor for BinaryDataExtensions class reconstruction View code on GitHub
Public methodAppBuildMessage(String)
Initializes a new instance of the AppBuildMessage class
Top
Methods

  NameDescription
Public methodToString (Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyFilename
Public propertyProject
Public propertyText
Public propertyTextColumn
Public propertyTextLine
Public propertyTimeStamp
Public propertyType
Top
See Also