CascadeConfiguration Members

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.

The following tables list the members exposed by the CascadeConfiguration type.

Public Constructors

  Name Description
  CascadeConfiguration Initializes a new instance of theCascadeConfiguration class

Top

Public Properties

  Name Description
public property Assign The referenced entity record owner is changed.
public property Delete The referenced entity record is deleted.
public property ExtensionData Gets or sets the structure that contains extra data.
public property Merge The record is merged with another record.
public property Reparent The value of the referencing attribute in a parental relationship changes. changes.
public property Share The referenced entity record is shared with another user.
public property Unshare Sharing is removed for the referenced entity record.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

CascadeConfiguration Class
Microsoft.Xrm.Sdk.Metadata Namespace
One-To-Many Relationships
Create a Lookup Attribute
CreateOneToManyRequest Class

Other Resources

Entity Relationship Behavior
Create and Retrieve Entity Relationships

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.