public class NotificationType extends Enum
限定符和类型 | 字段和说明 |
---|---|
static NotificationType |
Backward
关联数据集发送编辑消息到主数据集。
|
static NotificationType |
Both
双向都触发消息发送。
|
static NotificationType |
Forward
主数据集发送编辑消息到关联数据集。
|
static NotificationType |
None
都不发送消息。
|
public static final NotificationType Forward
public static final NotificationType Backward
public static final NotificationType Both
public static final NotificationType None
Copyright © 2021–2024 SuperMap. All rights reserved.