Workflow WebForms (Syntax)
Платформа WTСинтаксисБаза знаний
  • Form.xml
  • Workflow WebForms
    • Appearance
    • Checkings
    • Commands
      • CallCommand
      • ClipboardSetCommand
      • ComputeHashCommand
      • ConvertDocumentToPdfCommand
      • DataConnectionRefreshCommand
      • DeleteFileCommand
      • DownloadFileCommand
      • EmailSendCommand
      • ExportTableToCsvCommand
      • ExportToDocCommand
      • ExportToDocxCommand
      • ExportToExcelCommand
      • ExportToPdfCommand
      • FocusSetCommand
      • FormShowCommand
      • GetEngineInfoCommand
      • LoginCommand
      • LogoutCommand
      • LogWriteCommand
      • MessageBoxCommand
      • SaveClipboardImageCommand
      • SaveCommand
      • ScreenshotCommand
      • SequentialCommand
      • SerializeToJsonCommand
      • ValueRefreshCommand
      • ValueSetCommand
      • InvokeJsCommand
    • Conditions
      • EventCondition
        • CellClickCondition
        • CellDoubleClickCondition
        • ChangedCondition
        • ClickCondition
        • DataConnectionsLoadedCondition
        • DataConnectionsLoadingCondition
        • DoubleClickCondition
        • FormLoadedCondition
        • KeyDownCondition
        • KeyPressCondition
        • MouseEnterCondition
        • MouseLeaveCondition
      • ComparisonCondition
        • ContainsCondition
        • EndsWithCondition
        • EqualCondition
        • GreaterCondition
        • IsDataTypeCondition
        • IsEmailCondition
        • IsINNCondition
        • IsKPPCondition
        • IsMatchRegexCondition
        • IsNotNullCondition
        • IsNullCondition
        • IsNullOrEmptyCondition
        • IsOGRNCondition
        • IsSNILSCondition
        • LessCondition
        • NotContainsCondition
        • NotEqualCondition
        • NotGreaterCondition
        • NotLessCondition
        • StartsWithCondition
      • NestedCondition
    • DataConnections
      • AccessPointDataConnection
      • ArrayGetDataConnection
      • ConvertDataConnection
      • PrimaryGetDataConnection
        • SqlQuery
      • SecondaryGetDataConnection
      • SetDataConnection
    • DataTypes
      • BooleanDataType
      • DateDataType
      • DateTimeDataType
      • DecimalDataType
      • DoubleDataType
      • IntegerDataType
      • ShortDataType
      • StringDataType
      • TableDataType
      • TimeSpanDataType
    • Executions
    • Objects
      • Button
      • CheckBox
      • CheckedComboBox
      • ColorBox
      • ComboBox
      • CounterVariable
      • DatabaseTable
        • Column
          • ColumnTextBox
          • ColumnImageBox
          • ColumnButtonBox
          • ColumnNumericBox
      • DateTimePicker
      • FileUploader
      • GroupBox
      • Label
      • LinkLabel
      • NavigationMenu
      • NumericBox
      • Panel
      • PictureBox
      • RadioButtonBlock
      • Subscriber
      • TextBox
      • Timer
      • Variable
      • MarkupContainer
    • Parameters
    • Универсальные значения
      • AccessPoint
      • Array
      • DataConnection
      • DataConnectionProperty
      • DateTime
      • DataTypeConvert
      • DataTypeFormat
      • Input
      • Calculate
      • CommandResult
      • FormProperty
      • Formula
      • String
      • Structure
      • Switch
      • If
      • ObjectValue
      • ObjectProperty
      • Parameter
      • Константа
      • Логическое выражение
Powered by GitBook
On this page
  • Шаблон Subscriber
  • Описание Subscriber
  • Атрибуты объекта Subscriber
  • Тэги, специфичные для Subscriber
  • Subscribes
  • Get-проперти для получения свойств
  • Subscribe
  • Parameter
  1. Workflow WebForms
  2. Objects

Subscriber

Объект; не имеет графического отображения.

Шаблон Subscriber

<MyObject Name="" Type="Subscriber" Assembly="SimpleControls">
  <Subscribes>
    <Subscribe></Subscribe>
  </Subscribes>
</MyObject>

Описание Subscriber

<MyObject Name="" Type="Subscriber" Assembly="SimpleControls">
  <!--Тэги, специфичные для Subscriber-->
</MyObject>

Атрибуты объекта Subscriber

Name

Название переменной.

Обязательный атрибут.

Type

Название типа переменной в сборке.

Обязательный атрибут.

Assembly

Название сборки (библиотека).

Обязательный атрибут.

Тэги, специфичные для Subscriber

Subscribes

Список подписок

<Subscribes>
  <Subscribe>Subscribe1</Subscribe>
  <Subscribe>Subscribe2</Subscribe>
</Subscribes>

Тэг <Subscribe>

Название подписки.

Необязательный тэг. Любое значение будет преобразовано в текстовое.

Get-проперти для получения свойств

Subscribe

Возвращает название события последнего принятого сообщения.

<Object Name="VariableName">
  <Property Name="Subscribe" />
</Object>

Parameter

Возвращает значение параметра последнего принятого сообщения.

Значение тэга Property: название параметра последнего принятого сообщения.

<Object Name="VariableName">
  <Property Name="Parameter">Name</Property>
</Object>

Last updated 2 years ago

Необязательный тэг. Ожидается список тэгов .

<Subscribe>