Skip to content

Class: IShowMessageActionType

"An IShow message action type is a grouping of characteristics unique to an action that shows a message box when a task is activate. [based on https://docs.microsoft.com/en-us/windows/win32/api/taskschd/nn-taskschd-ishowmessageaction?redirectedfrom=MSDN]"

URI: observable:IShowMessageActionType

classDiagram class IShowMessageActionType UcoInherentCharacterizationThing <|-- IShowMessageActionType IShowMessageActionType : showMessageBody IShowMessageActionType ..> string : showMessageBody IShowMessageActionType : showMessageTitle IShowMessageActionType ..> string : showMessageTitle

Inheritance

Slots

Name Cardinality and Range Description Inheritance
showMessageBody 0..1
xsd:string
"Specifies the messageText that is displayed in the body of the message box b... direct
showMessageTitle 0..1
xsd:string
"Specifies the title of the message box shown by the action direct

Usages

used by used in type used
TaskActionType iShowMessageAction range IShowMessageActionType

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-observable

Mappings

Mapping Type Mapped Value
self observable:IShowMessageActionType
native observable:IShowMessageActionType

LinkML Source

Direct

name: IShowMessageActionType
description: '"An IShow message action type is a grouping of characteristics unique
  to an action that shows a message box when a task is activate. [based on https://docs.microsoft.com/en-us/windows/win32/api/taskschd/nn-taskschd-ishowmessageaction?redirectedfrom=MSDN]"'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- showMessageBody
- showMessageTitle

Induced

name: IShowMessageActionType
description: '"An IShow message action type is a grouping of characteristics unique
  to an action that shows a message box when a task is activate. [based on https://docs.microsoft.com/en-us/windows/win32/api/taskschd/nn-taskschd-ishowmessageaction?redirectedfrom=MSDN]"'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
  showMessageBody:
    name: showMessageBody
    description: '"Specifies the messageText that is displayed in the body of the
      message box by the action. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381302(v=vs.85).aspx."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: showMessageBody
    owner: IShowMessageActionType
    domain_of:
    - IShowMessageActionType
    range: string
  showMessageTitle:
    name: showMessageTitle
    description: '"Specifies the title of the message box shown by the action. See
      also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381302(v=vs.85).aspx."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: showMessageTitle
    owner: IShowMessageActionType
    domain_of:
    - IShowMessageActionType
    range: string