CascadeConfiguration Class
Updated: November 29, 2016
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.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
| Name | Description | |
|---|---|---|
![]() | CascadeConfiguration() | Initializes a new instance of theCascadeConfiguration class |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright

