MissingDependency Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about a missing dependent solution component.
public ref class MissingDependency
[System.Runtime.Serialization.DataContract(Name="MissingDependency", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public class MissingDependency
[<System.Runtime.Serialization.DataContract(Name="MissingDependency", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type MissingDependency = class
Public Class MissingDependency
- Inheritance
-
MissingDependency
- Attributes
Constructors
MissingDependency() |
Initializes a new instance of the MissingDependency class. |
Properties
DependentComponentDisplayName |
Gets or sets the display name of the dependent component. |
DependentComponentId |
Gets or sets the unique identifier (ID) of the dependent component. |
DependentComponentParentDisplayName |
Gets or sets the display name of the dependent component’s parent. |
DependentComponentParentSchemaName |
Gets or sets the schema name of the dependent component’s parent. |
DependentComponentSchemaName |
Gets or sets the schema name of the dependent component. |
DependentComponentType |
Gets or sets the type of the dependent component. |
RequiredComponentDisplayName |
Gets or sets the display name of the required but missing component. |
RequiredComponentId |
Gets or sets the unique identifier (ID) of the required but missing component. |
RequiredComponentParentDisplayName |
Gets or sets the parent display name of the required but missing component. |
RequiredComponentParentSchemaName |
Gets or sets the parent schema name of the required but missing component. |
RequiredComponentSchemaName |
Gets or sets the schema name of the dependent component. |
RequiredComponentType |
Gets or sets the type of the required but missing component. |
RequiredSolutionName |
Gets or sets the solution name of the required but missing component. |