Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CascadeConfiguration Class

Definition

Namespace:
Microsoft.Xrm.Sdk.Metadata
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

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.

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.

public ref class CascadeConfiguration sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="CascadeConfiguration", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")]
public sealed class CascadeConfiguration : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="CascadeConfiguration", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")>]
type CascadeConfiguration = class
 interface IExtensibleDataObject
Public NotInheritable Class CascadeConfiguration
Implements IExtensibleDataObject
Inheritance
CascadeConfiguration
Attributes
Implements

Constructors

Name Description
CascadeConfiguration()

Initializes a new instance of the CascadeConfiguration class

Properties

Name Description
Archive

For internal use only.

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.

Applies to

See also