Skip to main content

Provider.CommonProperties

persistent class Provider.CommonProperties extends %Library.Persistent

SQL Table Name: Provider.CommonProperties

Property Inventory

Parameters

parameter DOMAIN = %Utility;
Default Localization Domain

Properties

property Description as %String (MAXLEN = 256, MINLEN = 0);
Enter a description
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionGetStored(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property Name as %String (MAXLEN = 64, MINLEN = 1) [ Required ];
Name of the object instance.
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (Provider.CommonProperties)

^Provider.CommonPropertiesD(ID)
=
%%CLASSNAME
Name
Description
NameLowerCase

Subclasses

FeedbackOpens in a new tab