ComponentDetail Class

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

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

For the Web API the corresponding type is ComponentDetail ComplexType.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

System.Object
  Microsoft.Crm.Sdk.Messages.ComponentDetail

[DataContractAttribute(Namespace = "http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class ComponentDetail : IExtensibleDataObject

NameDescription
System_CAPS_pubmethodComponentDetail()

Initializes a new instance of theComponentDetail class.

NameDescription
System_CAPS_pubpropertyDisplayName

Gets or sets the display name of the solution component.

System_CAPS_pubpropertyExtensionData

Gets or sets the structure that contains extra data.

System_CAPS_pubpropertyId

Gets or sets the ID of the solution component.

System_CAPS_pubpropertyParentDisplayName

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

System_CAPS_pubpropertyParentId

Gets or sets the ID of the parent solution component.

System_CAPS_pubpropertyParentSchemaName

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

System_CAPS_pubpropertySchemaName

Gets or sets the schema name of the solution component.

System_CAPS_pubpropertySolution

Gets or sets the name of the solution.

System_CAPS_pubpropertyType

Gets or sets the component type of the solution component.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: