CascadeConfiguration Class

 

Applies To: Dynamics CRM 2015

Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship.

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 ref class CascadeConfiguration sealed : IExtensibleDataObject
[<Sealed>]
[<DataContractAttribute(Name = "CascadeConfiguration", Namespace = "https://schemas.microsoft.com/xrm/2011/Metadata")>]
type CascadeConfiguration = 
    class
        interface IExtensibleDataObject
    end
<DataContractAttribute(Name := "CascadeConfiguration", Namespace := "https://schemas.microsoft.com/xrm/2011/Metadata")>
Public NotInheritable Class CascadeConfiguration
    Implements IExtensibleDataObject

Constructors

Name Description
System_CAPS_pubmethod CascadeConfiguration()

Initializes a new instance of theCascadeConfiguration class

Properties

Name Description
System_CAPS_pubproperty Assign

The referenced entity record owner is changed.

System_CAPS_pubproperty Delete

The referenced entity record is deleted.

System_CAPS_pubproperty ExtensionData

Gets or sets the structure that contains extra data.

System_CAPS_pubproperty Merge

The record is merged with another record.

System_CAPS_pubproperty Reparent

The value of the referencing attribute in a parental relationship changes. changes.

System_CAPS_pubproperty Share

The referenced entity record is shared with another user.

System_CAPS_pubproperty Unshare

Sharing is removed for the referenced entity record.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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

© 2016 Microsoft. All rights reserved. Copyright