AppBuildRequest ClassDelta Engine Documentation
A message sent to the BuildService which tell it what kind of app it has to build. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Editor.Messages AppBuildRequest

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

public class AppBuildRequest : BuildServiceMessage

The AppBuildRequest type exposes the following members.

Constructors

  NameDescription
Protected methodAppBuildRequest 
Need empty constructor for serialization and reconstruction. View code on GitHub
Public methodAppBuildRequest(String, String, PlatformName,  Byte )
Initializes a new instance of the AppBuildRequest class
Top
Properties

  NameDescription
Public propertyContentProjectName
Public propertyIsRebuildOfCodeForced
Public propertyPackedCodeData
Public propertyPlatform
Public propertyProjectName
Public propertySolutionFileName
Top
See Also