自定义控制资源 ID
Messages
下表列出了自定义控件资源(CustomControlResource)表的消息。 消息表示可以在表上执行的作。 它们也可能是事件。
| 名称 是事件? |
Web API 操作 | SDK for .NET |
|---|---|---|
Associate事件:True |
关联记录 | 关联记录 |
Create事件:True |
POST /customcontrolresources请参阅 创建 |
创建记录 |
Delete事件:True |
DELETE /customcontrolresources(customcontrolresourceid)请参阅 删除 |
删除记录 |
Disassociate事件:True |
取消关联记录 | 取消关联记录 |
Retrieve事件:True |
GET /customcontrolresources(customcontrolresourceid)请参阅 检索 |
检索记录 |
RetrieveMultiple事件:True |
GET /customcontrolresources查看 查询数据 |
查询数据 |
Update事件:True |
PATCH /customcontrolresources(customcontrolresourceid)查看 更新 |
更新记录 |
Upsert事件:False |
PATCH /customcontrolresources(customcontrolresourceid)请参阅更新 插入表行 |
UpsertRequest |
属性
下表列出了自定义控件资源(CustomControlResource)表的选定属性。
| 资产 | 价值 |
|---|---|
| 显示名称 | 自定义控制资源 |
| 显示集合名称 | 自定义控件资源 |
| 架构名称 | CustomControlResource |
| 集合架构名称 | CustomControlResources |
| 实体集名称 | customcontrolresources |
| 逻辑名称 | customcontrolresource |
| 逻辑集合名称 | customcontrolresources |
| PrimaryId属性 | customcontrolresourceid |
| PrimaryName属性 | name |
| 表类型 | Standard |
| 所有权类型 | OrganizationOwned |
可写列/属性
这些列/属性为 IsValidForCreate 或 IsValidForUpdate (通常两者) 返回 true。 按 SchemaName 列出。
CustomControlId
| 资产 | 价值 |
|---|---|
| Description | 自定义控件的唯一标识符。 |
| 显示名称 | 自定义控件标识符 |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | customcontrolid |
| RequiredLevel | 系统必填 |
| 类型 | Uniqueidentifier |
CustomControlResourceId
| 资产 | 价值 |
|---|---|
| Description | 自定义控件资源的唯一标识符。 |
| 显示名称 | 自定义控制资源 ID |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | customcontrolresourceid |
| RequiredLevel | 系统必填 |
| 类型 | Uniqueidentifier |
IntroducedVersion
| 资产 | 价值 |
|---|---|
| Description | 引入表格的版本。 |
| 显示名称 | 引入版本 |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | introducedversion |
| RequiredLevel | None |
| 类型 | String |
| Format | 版本号 |
| 格式名称 | 版本号 |
| ImeMode | Auto |
| 是可本地化的 | 假 |
| MaxLength (最大长度) | 48 |
Name
| 资产 | 价值 |
|---|---|
| Description | 自定义控件资源的名称。 |
| 显示名称 | 名称 |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | name |
| RequiredLevel | 系统必填 |
| 类型 | String |
| Format | 文本 |
| 格式名称 | 文本 |
| ImeMode | Auto |
| 是可本地化的 | 假 |
| MaxLength (最大长度) | 200 |
版本
| 资产 | 价值 |
|---|---|
| Description | 仅供内部使用。 |
| 显示名称 | 自定义控制资源版本 |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | version |
| RequiredLevel | 系统必填 |
| 类型 | String |
| Format | 文本 |
| 格式名称 | 文本 |
| ImeMode | Auto |
| 是可本地化的 | 假 |
| MaxLength (最大长度) | 40 |
VersionRequirement
| 资产 | 价值 |
|---|---|
| Description | 仅供内部使用。 |
| 显示名称 | 自定义控制资源版本要求 |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | versionrequirement |
| RequiredLevel | None |
| 类型 | String |
| Format | 文本 |
| 格式名称 | 文本 |
| ImeMode | Auto |
| 是可本地化的 | 假 |
| MaxLength (最大长度) | 40 |
WebResourceId
| 资产 | 价值 |
|---|---|
| Description | Web 资源的唯一标识符。 |
| 显示名称 | 网络资源 |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | webresourceid |
| RequiredLevel | 系统必填 |
| 类型 | Uniqueidentifier |
只读列/属性
这些列/属性为 IsValidForCreate 和 IsValidForUpdate 返回 false。 按 SchemaName 列出。
- 组件状态
- CreatedBy
- 创建时间
- 创建时BehalfBy
- CustomControlResourceIdUnique
- 是托管的
- ModifiedBy
- 修改时间
- ModifiedOnBehalfBy
- 组织 ID
- 覆盖时间
- 解决方案 ID
- 支持解决方案 Id
- 版本编号
组件状态
| 资产 | 价值 |
|---|---|
| Description | 仅供内部使用。 |
| 显示名称 | 组件状态 |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | componentstate |
| RequiredLevel | 系统必填 |
| 类型 | 选择列表 |
| 默认表单值 | -1 |
| 全局选择名称 | componentstate |
ComponentState 选择/选项
| 价值 | 标签 |
|---|---|
| 0 | 已发布 |
| 1 | 未发布 |
| 2 | 已删除 |
| 3 | 已删除,未发布 |
CreatedBy
| 资产 | 价值 |
|---|---|
| Description | 创建记录的用户的唯一标识符。 |
| 显示名称 | 创建者 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| 类型 | 查找 |
| Targets | systemuser |
CreatedOn
| 资产 | 价值 |
|---|---|
| Description | 创建记录的日期和时间。 |
| 显示名称 | 创建时间 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| 类型 | DateTime |
| 可以更改日期时间行为 | 假 |
| 日期时间行为 | 用户本地 |
| Format | 日期和时间 |
| ImeMode | 未激活 |
| 源类型掩码 | 0 |
创建时BehalfBy
| 资产 | 价值 |
|---|---|
| Description | 创建记录的委托用户的唯一标识符。 |
| 显示名称 | 创建者(委托) |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| 类型 | 查找 |
| Targets | systemuser |
CustomControlResourceIdUnique
| 资产 | 价值 |
|---|---|
| Description | 仅供内部使用。 |
| 显示名称 | |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | customcontrolresourceidunique |
| RequiredLevel | 系统必填 |
| 类型 | Uniqueidentifier |
IsManaged
| 资产 | 价值 |
|---|---|
| Description | |
| 显示名称 | |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | ismanaged |
| RequiredLevel | 系统必填 |
| 类型 | 布尔 |
| 全局选择名称 | ismanaged |
| 默认值 | 假 |
| 真实标签 | 托管 |
| 虚假标签 | 非托管 |
ModifiedBy
| 资产 | 价值 |
|---|---|
| Description | 修改记录的用户的唯一标识符。 |
| 显示名称 | 修改者 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| 类型 | 查找 |
| Targets | systemuser |
修改时间
| 资产 | 价值 |
|---|---|
| Description | 修改记录的日期和时间。 |
| 显示名称 | 修改时间 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| 类型 | DateTime |
| 可以更改日期时间行为 | 假 |
| 日期时间行为 | 用户本地 |
| Format | 日期和时间 |
| ImeMode | 未激活 |
| 源类型掩码 | 0 |
ModifiedOnBehalfBy
| 资产 | 价值 |
|---|---|
| Description | 修改记录的委托用户的唯一标识符。 |
| 显示名称 | 修改者(委托) |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| 类型 | 查找 |
| Targets | systemuser |
组织ID
| 资产 | 价值 |
|---|---|
| Description | 与 Web 资源关联的组织的唯一标识符。 |
| 显示名称 | 组织 |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | organizationid |
| RequiredLevel | 系统必填 |
| 类型 | 查找 |
| Targets | 组织 |
覆盖时间
| 资产 | 价值 |
|---|---|
| Description | 仅供内部使用。 |
| 显示名称 | 记录覆盖时间 |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | overwritetime |
| RequiredLevel | 系统必填 |
| 类型 | DateTime |
| 可以更改日期时间行为 | 假 |
| 日期时间行为 | 用户本地 |
| Format | DateOnly |
| ImeMode | 未激活 |
| 源类型掩码 | 0 |
解决方案 ID
| 资产 | 价值 |
|---|---|
| Description | 关联解决方案的唯一标识符。 |
| 显示名称 | Solution |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | solutionid |
| RequiredLevel | 系统必填 |
| 类型 | Uniqueidentifier |
支持解决方案 Id
| 资产 | 价值 |
|---|---|
| Description | 仅供内部使用。 |
| 显示名称 | Solution |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | 假 |
| LogicalName | supportingsolutionid |
| RequiredLevel | None |
| 类型 | Uniqueidentifier |
版本号
| 资产 | 价值 |
|---|---|
| Description | 自定义控件资源的版本号。 |
| 显示名称 | 版本号 |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | versionnumber |
| RequiredLevel | None |
| 类型 | BigInt |
| 最大值 | 9223372036854775807 |
| 最小值 | -9223372036854775808 |
多对一关系
这些关系是多对一的。 按 SchemaName 列出。
- customcontrol_resource_id
- customcontrolresource_organization
- lk_customcontrolresource_createdby
- lk_customcontrolresource_createdonbehalfby
- lk_customcontrolresource_modifiedby
- lk_customcontrolresource_modifiedonbehalfby
customcontrol_resource_id
单To-Many 关系: customcontrol customcontrol_resource_id
| 资产 | 价值 |
|---|---|
| 引用实体 | customcontrol |
| 引用属性 | customcontrolid |
| 引用属性 | customcontrolid |
| ReferencingEntityNavigationPropertyName | customcontrolid_customcontrol |
| 是层次结构 | |
| 级联配置 | 档案: NoCascade分配: NoCascade删除: NoCascade合并: NoCascade重新父级: NoCascadeRollupView: NoCascade共享: NoCascade取消分享: NoCascade |
customcontrolresource_organization
一To-Many 关系: 组织customcontrolresource_organization
| 资产 | 价值 |
|---|---|
| 引用实体 | organization |
| 引用属性 | organizationid |
| 引用属性 | organizationid |
| ReferencingEntityNavigationPropertyName | organizationid |
| 是层次结构 | |
| 级联配置 | 档案: NoCascade分配: NoCascade删除: NoCascade合并: NoCascade重新父级: NoCascadeRollupView: NoCascade共享: NoCascade取消分享: NoCascade |
lk_customcontrolresource_createdby
一To-Many 关系: systemuser lk_customcontrolresource_createdby
| 资产 | 价值 |
|---|---|
| 引用实体 | systemuser |
| 引用属性 | systemuserid |
| 引用属性 | createdby |
| ReferencingEntityNavigationPropertyName | createdby |
| 是层次结构 | |
| 级联配置 | 档案: NoCascade分配: NoCascade删除: NoCascade合并: NoCascade重新父级: NoCascadeRollupView: NoCascade共享: NoCascade取消分享: NoCascade |
lk_customcontrolresource_createdonbehalfby
单To-Many 关系: systemuser lk_customcontrolresource_createdonbehalfby
| 资产 | 价值 |
|---|---|
| 引用实体 | systemuser |
| 引用属性 | systemuserid |
| 引用属性 | createdonbehalfby |
| ReferencingEntityNavigationPropertyName | createdonbehalfby |
| 是层次结构 | |
| 级联配置 | 档案: NoCascade分配: NoCascade删除: NoCascade合并: NoCascade重新父级: NoCascadeRollupView: NoCascade共享: NoCascade取消分享: NoCascade |
lk_customcontrolresource_modifiedby
一To-Many 关系: systemuser lk_customcontrolresource_modifiedby
| 资产 | 价值 |
|---|---|
| 引用实体 | systemuser |
| 引用属性 | systemuserid |
| 引用属性 | modifiedby |
| ReferencingEntityNavigationPropertyName | modifiedby |
| 是层次结构 | |
| 级联配置 | 档案: NoCascade分配: NoCascade删除: NoCascade合并: NoCascade重新父级: NoCascadeRollupView: NoCascade共享: NoCascade取消分享: NoCascade |
lk_customcontrolresource_modifiedonbehalfby
一To-Many 关系: systemuser lk_customcontrolresource_modifiedonbehalfby
| 资产 | 价值 |
|---|---|
| 引用实体 | systemuser |
| 引用属性 | systemuserid |
| 引用属性 | modifiedonbehalfby |
| ReferencingEntityNavigationPropertyName | modifiedonbehalfby |
| 是层次结构 | |
| 级联配置 | 档案: NoCascade分配: NoCascade删除: NoCascade合并: NoCascade重新父级: NoCascadeRollupView: NoCascade共享: NoCascade取消分享: NoCascade |