StageSolutionResults Class

Definition

Contains detailed information from staging a solution.

public ref class StageSolutionResults sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="StageSolutionResults", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public sealed class StageSolutionResults : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="StageSolutionResults", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type StageSolutionResults = class
    interface IExtensibleDataObject
Public NotInheritable Class StageSolutionResults
Implements IExtensibleDataObject
Inheritance
StageSolutionResults
Attributes
Implements

Constructors

StageSolutionResults()

Initializes a new instance of the StageSolutionResults class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

MissingDependencies

Gets or sets missing dependencies in the staged solution.

SolutionComponentsDetails

Gets or sets the details of the components in the staged solution.

SolutionDetails

Gets or sets details of the staged solution.

SolutionValidationResults

Gets or sets results of the validation pass on the staged solution.

StageSolutionStatus

Gets or sets the status of the staged solution.

StageSolutionUploadId

Gets or sets the upload unique identifier (ID) for the staged solution.

Applies to