ComponentDetail Class

Definition

Provides additional information about the solution components that are related to a missing component.

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

Remarks

For the Web API the corresponding type is ComponentDetail complex type.

Constructors

ComponentDetail()

Initializes a new instance of the ComponentDetail class.

Properties

DisplayName

Gets or sets the display name of the solution component.

ExtensionData

Gets or sets the structure that contains extra data.

Id

Gets or sets the ID of the solution component.

ParentDisplayName

Gets or sets the display name of the parent solution component.

ParentId

Gets or sets the ID of the parent solution component.

ParentSchemaName

Gets or sets the schema name of the parent solution component.

SchemaName

Gets or sets the schema name of the solution component.

Solution

Gets or sets the name of the solution.

Type

Gets or sets the component type of the solution component.

Applies to