Skip to main content

%Library.CompiledParameter

Class %Library.CompiledParameter Extends %Persistent [ Deprecated, Not ProcedureBlock, StorageStrategy = custom, System = 2 ]

Note: The class definition classes in the %Library package have been superceded by those in the %Dictionary package. Instead use %Dictionary.CompiledParameter.

This class represents a specific class parameter description for a compiled class.

Properties

ClassName

Property ClassName As %RawString;

A string containing the name of the class the class parameter belongs to.

Name

Property Name As %RawString;

A string containing the name of the class parameter.

Default

Property Default As %RawString;

A string containing the default value for the class parameter.

Type

Property Type As %RawString;

This is for internal use only.

Methods

%LoadData

Method %LoadData(paramId As %String) As %Status [ Private ]

%SaveData

Method %SaveData(id As %String) As %Status [ Private ]

%DeleteData

ClassMethod %DeleteData(id As %String, concurrency As %Integer) As %Status [ Private ]