Skip to main content

%Collection.MV.ListOfObj

class %Collection.MV.ListOfObj extends %Collection.ListOfObj

Method Inventory

Parameters

parameter IdCollection = 1;
Inherited description: If true then in the container we have an array of id's rather than an array of oid's

Methods

method DeSerialize(serialized As %String(MAXLEN="")) as %Status
Inherited description: Deserialize from string created with Serialize() back to collection
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.
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.
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.
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.
method Serialize(force As %Integer = 0) as %String
Serialize() constructs a serialized form of the collection as a string

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab