DocBook|Search
Class Reference
%Net.BonjourTXTRecord
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%Net] >  [BonjourTXTRecord]
Private  Storage  

class %Net.BonjourTXTRecord extends %RegisteredObject

Represents a TXT record of key/value pairs that can be associated with a service registered with Bonjour.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 2


Summary

Properties
KeyValueMap

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject GetAt SetAt


Properties

• property KeyValueMap as array of %String;
Maps keys to values

Methods

• method GetAt(key As %String) as %String
Retrieves the value of a key
• method SetAt(value As %String = "", key As %String)
Sets a key, value pair in the TXT record