Skip to main content

%Collection.MV.ListOfObj

Class %Collection.MV.ListOfObj Extends %Collection.ListOfObj [ System = 2 ]

Parameters

IdCollection

Parameter IdCollection As BOOLEAN = 1;

Methods

Serialize

Method Serialize(force As %Integer = 0) As %String(MAXLEN="")

Serialize() constructs a serialized form of the collection as a string

DeSerialize

Method DeSerialize(serialized As %String(MAXLEN="")) As %Status

LogicalToOdbc

ClassMethod LogicalToOdbc(val As %String = "", delim As %String = ",", class As %String = "", method As %String = "") As %String

Converts the serial state of this list object to a delimited string using delim (default delim is ",") as a delimiter.

OdbcToLogical

ClassMethod OdbcToLogical(val As %String = "", delim As %String = ",", class As %String = "", method As %String = "") As %String

Converts the value of an incoming delimited string to a serialized state using delim (default delim is ",") as a delimiter.

LogicalToDisplay

ClassMethod LogicalToDisplay(val As %String = "", delim As %String = {$char(13,10)}, class As %String = "", method As %String = "") As %String

Converts the serial state of this list object to a delimited string using the value of the %delim argument as a delimiter.

DisplayToLogical

ClassMethod DisplayToLogical(val As %String = "", delim As %String = {$char(13,10)}, class As %String = "", method As %String = "") As %String

Converts the value of an incoming delimited string to a serialized state using the value of the delim argument as a delimiter.