PCXmlSessionWriterDatabaseRelationType Class [AX 2012]
The PCXmlSessionWriterDatabaseRelationType class writes session XML for the domain of the database relation type.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkIfTableIsEmpty | Check whether the source table of the system table constraint is empty. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initializes the PCXmlSessionWriterAttributeType class. |
| isEnumType | Indicates whether the relation type should be interpreted as an enumeration attribute type. |
| new | Initializes a new instance of the PCXmlSessionWriterDatabaseRelationType class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmMetadataHelper | Gets or sets the MetadataHelper parameter. |
| parmRuntimeCacheController | Gets or sets the RuntimeCacheController parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateIntegerBounds | Updates the bounds of an integer attribute type. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| write | Writes the XML of a domain for an attribute which is part of a system table constraint. |
| writeAttributeTypeDomain | Writes XML for the attribute type. |
| writeAttributeTypeDomainIL | Writes XML for the attribute type. |
| writeComponentReferenceEndTagInteger | Writes the end tag of the component reference to the attribute type domain. |
| writeComponentReferenceEndTagIntegerIL | Writes the end tag of the component reference to the attribute type domain. |
| writeComponentReferenceStartTag | Writes the start tag of the component reference to the attribute type domain. |
| writeComponentReferenceStartTagIL | Writes the start tag of the component reference to the attribute type domain. |
| writeEndTags | Writes the attribute types ending tags. |
| writeEndTagsIL | Writes the attribute types ending tags. |
| writeEnumerationValue | Writes the enumeration value. |
| writeForExistingType | Writes the XML of a domain for an attribute which is part of a system table constraint, which has already been encountered. |
| writeForExistingTypeIL | Writes the XML of a domain for an attribute which is part of a system table constraint, which has already been encountered. |
| writeForNewType | Writes the XML of a domain for an attribute which is part of a system table constraint, which has not already been encountered. |
| writeForNewTypeIL | Writes the XML of a domain for an attribute which is part of a system table constraint, which has not already been encountered. |
| writeIL | Writes the XML of a domain for an attribute which is part of a system table constraint. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the PCXmlSessionWriterDatabaseRelationType class. |
Community Additions
ADD
Show: