RETSGetMetadataTransaction

RETSGetMetadataTransaction


RETSGetMetadataTransaction class encapsulates the RETS GetMetadata transaction It implements RETSTransaction interface. See the RETSTransaction class for inherited details.

Class Diagram

RETSGetMetadataTransaction
transaction

Implements:

RETSTransaction 

NameDescription
RETSTransaction_Postprocess 
RETSTransaction_Preprocess 
RETSTransaction_setKeyValuePairs 

Public:

Properties:

NameDescription
metadataFormat (let) Sets the transaction metadataFormat property to a new value. Sets up both "Format" and "format" to be sent as the request parameters.  
metaDataID (let) Sets the transaction metaDataID property to a new value. Sets up both "ID" and "id" to be sent as the request parameters.  
metadataType (let) Sets the transaction metadataType property to a new value. Sets up both "Type" and "type" to be sent as the request parameters.  
transaction (get) Gets the transaction property  

Private:

RETSGetMetadataTransaction

NameDescription
Class_Initialize The initializer for the class. It initializes the requestType of the transaction.  

Properties:

NameDescription
m_transaction The private m_transaction object to which transactions methods and attributes are delegated.  
RETSTransaction_capabilityUrls (get) 
RETSTransaction_capabilityUrls (set) 
RETSTransaction_context (get) 
RETSTransaction_context (set) 
RETSTransaction_requestMap (get) 
RETSTransaction_requestType (get) 
RETSTransaction_requestType (let) 
RETSTransaction_response (get) 
RETSTransaction_response (let) 
RETSTransaction_responseMap (get) 
RETSTransaction_responseMap (set) 
RETSTransaction_responseStatus (get) 
RETSTransaction_responseStatus (let) 
RETSTransaction_responseStatusText (get) 
RETSTransaction_responseStatusText (let) 
RETSTransaction_url (get) 
RETSTransaction_url (let)