EntityMetadata.IsChildEntity Property

Definition

Gets whether the entity is a child entity.

public:
 property Nullable<bool> IsChildEntity { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember]
public bool? IsChildEntity { get; }
[<System.Runtime.Serialization.DataMember>]
member this.IsChildEntity : Nullable<bool>
Public ReadOnly Property IsChildEntity As Nullable(Of Boolean)

Property Value

true if the entity is a child entity; otherwise, false.

Attributes

Remarks

A child entity is an entity that inherits security from a parent. There are no privileges associated with child entities. For example InvoiceDetail is a child entity of Invoice. If you can create Invoice records you can create InvoiceDetail records. Most child entities represent line items for the parent. The following table contains the child entities in Microsoft Dynamics CRM Online 2015 Update 1.

Applies to