| java.lang.Object | ||
| ↳ | com.microsoft.schemas.xrm._2011.metadata.MetadataBase | |
| ↳ | com.microsoft.schemas.xrm._2011.metadata.ManagedPropertyMetadata | |
Java class for ManagedPropertyMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManagedPropertyMetadata">
<complexContent>
<extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}MetadataBase">
<sequence>
<element name="Description" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Label" minOccurs="0"/>
<element name="DisplayName" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Label" minOccurs="0"/>
<element name="EnablesAttributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EnablesEntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="EvaluationPriority" type="{http://schemas.microsoft.com/xrm/2011/Metadata}ManagedPropertyEvaluationPriority" minOccurs="0"/>
<element name="IsGlobalForOperation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsPrivate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LogicalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ManagedPropertyType" type="{http://schemas.microsoft.com/xrm/2011/Metadata}ManagedPropertyType" minOccurs="0"/>
<element name="Operation" type="{http://schemas.microsoft.com/xrm/2011/Metadata}ManagedPropertyOperation" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| displayName | |||||||||||
| enablesAttributeName | |||||||||||
| enablesEntityName | |||||||||||
| errorCode | |||||||||||
| evaluationPriority | |||||||||||
| isGlobalForOperation | |||||||||||
| isPrivate | |||||||||||
| logicalName | |||||||||||
| managedPropertyType | |||||||||||
| operation | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the displayName property.
| |||||||||||
Gets the value of the enablesAttributeName property.
| |||||||||||
Gets the value of the enablesEntityName property.
| |||||||||||
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the evaluationPriority property.
| |||||||||||
Gets the value of the logicalName property.
| |||||||||||
Gets the value of the managedPropertyType property.
| |||||||||||
Gets the value of the operation property.
| |||||||||||
Gets the value of the isGlobalForOperation property.
| |||||||||||
Gets the value of the isPrivate property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the displayName property.
| |||||||||||
Sets the value of the enablesAttributeName property.
| |||||||||||
Sets the value of the enablesEntityName property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the evaluationPriority property.
| |||||||||||
Sets the value of the isGlobalForOperation property.
| |||||||||||
Sets the value of the isPrivate property.
| |||||||||||
Sets the value of the logicalName property.
| |||||||||||
Sets the value of the managedPropertyType property.
| |||||||||||
Sets the value of the operation property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.metadata.MetadataBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Label
Gets the value of the displayName property.
Label
Gets the value of the enablesAttributeName property.
Gets the value of the enablesEntityName property.
Gets the value of the errorCode property.
Gets the value of the evaluationPriority property.
ManagedPropertyEvaluationPriority
Gets the value of the logicalName property.
Gets the value of the managedPropertyType property.
ManagedPropertyType
Gets the value of the operation property.
ManagedPropertyOperation
Gets the value of the isGlobalForOperation property.
Gets the value of the isPrivate property.
Sets the value of the description property.
| value | Allowed object is
Label
|
|---|
Sets the value of the displayName property.
| value | Allowed object is
Label
|
|---|
Sets the value of the enablesAttributeName property.
| value | Allowed object is String |
|---|
Sets the value of the enablesEntityName property.
| value | Allowed object is String |
|---|
Sets the value of the errorCode property.
| value | Allowed object is Integer |
|---|
Sets the value of the evaluationPriority property.
| value | Allowed object is
ManagedPropertyEvaluationPriority
|
|---|
Sets the value of the isGlobalForOperation property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isPrivate property.
| value | Allowed object is Boolean |
|---|
Sets the value of the logicalName property.
| value | Allowed object is String |
|---|
Sets the value of the managedPropertyType property.
| value | Allowed object is
ManagedPropertyType
|
|---|
Sets the value of the operation property.
| value | Allowed object is
ManagedPropertyOperation
|
|---|