%Studio.Extension.Menu
persistent class %Studio.Extension.Menu extends %Library.Persistent, %XML.Adaptor
SQL Table Name: %Studio_Extension.Menu
Table user top level menu names for use with user defined Studio customisationProperty Inventory
Properties
Property methods: MenuBaseGet(), MenuBaseGetObject(), MenuBaseGetObjectId(), MenuBaseGetStored(), MenuBaseGetSwizzled(), MenuBaseIsValid(), MenuBaseNewObject(), MenuBaseOnDelete(), MenuBaseRClose(), MenuBaseRExec(), MenuBaseRFetch(), MenuBaseRelate(), MenuBaseSQLCompute(), MenuBaseSet(), MenuBaseSetObject(), MenuBaseSetObjectId(), MenuBaseUnRelate(), MenuBaseUnSwizzle()
property MenuItem as list of MenuItem (XMLPROJECTION = "ELEMENT");
Property methods: MenuItemBuildValueArray(), MenuItemCollectionToDisplay(), MenuItemCollectionToOdbc(), MenuItemDisplayToCollection(), MenuItemGet(), MenuItemGetObject(), MenuItemGetObjectId(), MenuItemGetStored(), MenuItemGetSwizzled(), MenuItemIsValid(), MenuItemOdbcToCollection(), MenuItemSet(), MenuItemSetObject(), MenuItemSetObjectId()
property Name as %String (MAXLEN = 128, XMLPROJECTION = "ATTRIBUTE") [ Required ];
Resource name of this top level menu item
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Type as %Integer (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = "0" ];
If the type is 0 then this is a regular top level menu. If the type is 1 then this is a context
submenu to be added to all the context menus.
Property methods: TypeDisplayToLogical(), TypeGet(), TypeGetStored(), TypeIsValid(), TypeLogicalToDisplay(), TypeNormalize(), TypeSet(), TypeXSDToLogical()
Indexes
index (NameIdx on Name) [IdKey, Type = key];
Index methods: NameIdxCheck(), NameIdxDelete(), NameIdxExists(), NameIdxOpen(), NameIdxSQLCheckUnique(), NameIdxSQLExists(), NameIdxSQLFindPKeyByConstraint(), NameIdxSQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: CacheStorage (%Studio.Extension.Menu)
{%%PARENT}("Menus")(ID) | = | %%CLASSNAME
Type
Test
|
{%%PARENT}("Menus")(ID,"MenuItem",n) | = | MenuItem(n) |