CascadeConfiguration Class

Definition

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

CascadeConfiguration()

Initializes a new instance of the CascadeConfiguration class

Properties

Archive
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