Class Reference
%Collection.MV.ListOfDT
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%Collection] >  [MV] >  [ListOfDT]
Private  Storage

class %Collection.MV.ListOfDT extends %Collection.ListOfDT

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6


Summary

Properties
ElementClassType ElementType LiteralBehavior OrefStorage
Owner ReadOnly Size Storage
StreamLocation

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %Disconnect %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Extends %GetParameter %IsA
%IsModified %New %NormalizeObject %ObjectModified
%OriginalNamespace %PackageName %RemoveFromSaveSet %SerializeObject
%SetModified %ValidateObject BuildValueArray Clear
Count DisplayToLogical Find GetAt
GetNext GetPrevious Insert InsertAt
InsertList InsertOrdered IsDefined LogicalToDisplay
LogicalToOdbc Next OdbcToLogical Previous
RemoveAt Serialize SetAt SizeGet
SizeSet


Methods

• classmethod DisplayToLogical(val As %String = "", delim As %String = $char(13, 10)) as %String
Converts the value of an incoming delimited string to a serialized state using the value of the delim argument as a delimiter.
• method InsertList(inslist As %String) as %Status
Inserts a list with value inslist at the end of the list.

Returns a %Status value indicating success or failure.

• classmethod LogicalToDisplay(val As %String = "", delim As %String = $char(13, 10)) as %String
Converts the serial state of this list object to a delimited string using the value of the %delim argument as a delimiter.
• classmethod LogicalToOdbc(val As %String = "") as %String
Converts the serial state of this list object to a delimited string using "," as a delimiter.
• classmethod OdbcToLogical(val As %String = "") as %String
Converts the value of an incoming delimited string to a serialized state using "," as a delimiter.
• method Serialize() as %String
Serialize() constructs a serialized form of the collection as a string