跳转至

SharingNotification

类名:SharingNotification

说明:设置分享的通知,继承 H3.Notification.Notification 类。

属性

名称 说明
SchemaCode 业务对象模式编码
TargetType 关联的对象的类型
TargetId 分享的对象的 Id
TargetName 分享的对象的名称
Sender 发送者
Receiver 接收者
SchemaCode 表单编码
BizObjectId 关联的业务数据 ID

构造函数

方法定义

```csharp ///

/// 分享的通知的构造函数。 /// /// 发送分享的人。 /// 接收分享的人。 /// 业务对象模式编码。 /// 分享的对象的类型。 /// 分享的对象的 Id。 /// 分享的对象的名称。 public SharingNotification( string sender, string receiver, string schemaCode, LinkTargetType targetType, string targetId, string targetName):