| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.metadata.CascadeConfiguration |
Java class for CascadeConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CascadeConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Assign" type="{http://schemas.microsoft.com/xrm/2011/Metadata}CascadeType" minOccurs="0"/>
<element name="Delete" type="{http://schemas.microsoft.com/xrm/2011/Metadata}CascadeType" minOccurs="0"/>
<element name="Merge" type="{http://schemas.microsoft.com/xrm/2011/Metadata}CascadeType" minOccurs="0"/>
<element name="Reparent" type="{http://schemas.microsoft.com/xrm/2011/Metadata}CascadeType" minOccurs="0"/>
<element name="Share" type="{http://schemas.microsoft.com/xrm/2011/Metadata}CascadeType" minOccurs="0"/>
<element name="Unshare" type="{http://schemas.microsoft.com/xrm/2011/Metadata}CascadeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assign | |||||||||||
| delete | |||||||||||
| merge | |||||||||||
| reparent | |||||||||||
| share | |||||||||||
| unshare | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assign property.
| |||||||||||
Gets the value of the delete property.
| |||||||||||
Gets the value of the merge property.
| |||||||||||
Gets the value of the reparent property.
| |||||||||||
Gets the value of the share property.
| |||||||||||
Gets the value of the unshare property.
| |||||||||||
Sets the value of the assign property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the merge property.
| |||||||||||
Sets the value of the reparent property.
| |||||||||||
Sets the value of the share property.
| |||||||||||
Sets the value of the unshare property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assign property.
CascadeType
Gets the value of the delete property.
CascadeType
Gets the value of the merge property.
CascadeType
Gets the value of the reparent property.
CascadeType
Gets the value of the share property.
CascadeType
Gets the value of the unshare property.
CascadeType
Sets the value of the assign property.
| value | Allowed object is
CascadeType
|
|---|
Sets the value of the delete property.
| value | Allowed object is
CascadeType
|
|---|
Sets the value of the merge property.
| value | Allowed object is
CascadeType
|
|---|
Sets the value of the reparent property.
| value | Allowed object is
CascadeType
|
|---|
Sets the value of the share property.
| value | Allowed object is
CascadeType
|
|---|
Sets the value of the unshare property.
| value | Allowed object is
CascadeType
|
|---|