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: master:IShowMessageActionType
 classDiagram
    class IShowMessageActionType
      UcoInherentCharacterizationThing <|-- IShowMessageActionType
      IShowMessageActionType : showMessageBody
      IShowMessageActionType : showMessageTitle
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- IShowMessageActionType
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| showMessageBody | 0..1  String  | 
"Specifies the messageText that is displayed in the body of the message box b... | direct | 
| showMessageTitle | 0..1  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-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:IShowMessageActionType | 
| native | master: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-master
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-master
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-master
    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-master
    rank: 1000
    alias: showMessageTitle
    owner: IShowMessageActionType
    domain_of:
    - IShowMessageActionType
    range: string