CascadeConfiguration Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship.
For the Web API the corresponding type is CascadeConfiguration ComplexType.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration
Syntax
[DataContractAttribute(Name = "CascadeConfiguration", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")]
public sealed class CascadeConfiguration : IExtensibleDataObject
<DataContractAttribute(Name := "CascadeConfiguration", Namespace := "https://schemas.microsoft.com/xrm/2011/Metadata")>
Public NotInheritable Class CascadeConfiguration
Implements IExtensibleDataObject
Constructors
Name | Description | |
---|---|---|
CascadeConfiguration() | Initializes a new instance of theCascadeConfiguration class |
Properties
Name | Description | |
---|---|---|
Assign | The referenced entity record owner is changed. |
|
Delete | The referenced entity record is deleted. |
|
ExtensionData | Gets or sets the structure that contains extra data. |
|
Merge | The record is merged with another record. |
|
Reparent | The value of the referencing attribute in a parental relationship changes. changes. |
|
RollupView | Indicates whether the associated activities of the related entity should be included in the Activity Associated View for the primary entity. |
|
Share | The referenced entity record is shared with another user. |
|
Unshare | Sharing is removed for the referenced entity record. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
CreateOneToManyRequest
Microsoft.Xrm.Sdk.Metadata Namespace
Entity relationship behavior
One-to-many relationships
Create a lookup attribute
Create and retrieve entity relationships
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright