Skip to main content

%DeepSee.UserLibrary.UserSetting

persistent class %DeepSee.UserLibrary.UserSetting extends %Library.Persistent, %DeepSee.UserLibrary.UserData

SQL Table Name: %DeepSee_UserLibrary.UserSetting

Property Inventory

Method Inventory

Parameters

parameter XMLNAME = userSetting;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

property Comment as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: CommentDisplayToLogical(), CommentGet(), CommentGetStored(), CommentIsValid(), CommentLogicalToDisplay(), CommentLogicalToOdbc(), CommentNormalize(), CommentSet()
property Context as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: ContextDisplayToLogical(), ContextGet(), ContextGetStored(), ContextIsValid(), ContextLogicalToDisplay(), ContextLogicalToOdbc(), ContextNormalize(), ContextSet()
property FullName as %String (MAXLEN = 2000, XMLPROJECTION = "attribute") [ Transient ];
Property methods: FullNameCompute(), FullNameDisplayToLogical(), FullNameGet(), FullNameIsValid(), FullNameLogicalToDisplay(), FullNameLogicalToOdbc(), FullNameNormalize(), FullNameSQLCompute(), FullNameSet(), FullNameSetT()
property Name as %String (MAXLEN = 2000, XMLPROJECTION = "attribute") [ Required ];
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Value as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: ValueDisplayToLogical(), ValueGet(), ValueGetStored(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()

Methods

method getFullName() as %String
method getIdentifier() as %String

Indexes

index (Idx on Name) [IdKey, Type = key];
Index methods: IdxCheck(), IdxDelete(), IdxExists(), IdxOpen(), IdxSQLCheckUnique(), IdxSQLExists(), IdxSQLFindPKeyByConstraint(), IdxSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (%DeepSee.UserLibrary.UserSetting)

^DeepSee.User.Settings(ID)
=
%%CLASSNAME

Storage Model: Storage (%DeepSee.UserLibrary.UserSetting)

^DeepSee.User.Settings(ID,"context",n)
=
Context(n)

Storage Model: Storage (%DeepSee.UserLibrary.UserSetting)

^DeepSee.User.Settings(ID,"comment",n)
=
Comment(n)

Storage Model: Storage (%DeepSee.UserLibrary.UserSetting)

^DeepSee.User.Settings(ID,"value",n)
=
Value(n)
FeedbackOpens in a new tab