EntityMetadata.IsChildEntity Property
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.
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.