Plug-in Type (PluginType) テーブル/エンティティの参照
注意
テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。
Type that inherits from the IPlugin interface and is contained within a plug-in assembly.
メッセージ
| メッセージ | Web API 操作 | SDK アセンブリ |
|---|---|---|
| Create | POST [org URI]/api/data/v9.0/plugintypes 作成を参照 |
CreateRequest または Create |
| Delete | DELETE [org URI]/api/data/v9.0/plugintypes(plugintypeid) 削除を参照 |
DeleteRequest または Delete |
| Retrieve | GET [org URI]/api/data/v9.0/plugintypes(plugintypeid) 取得を参照 |
RetrieveRequest または Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/plugintypes データのクエリを参照 |
RetrieveMultipleRequest または RetrieveMultiple |
| Update | PATCH [org URI]/api/data/v9.0/plugintypes(plugintypeid) 更新を参照 |
UpdateRequest または Update |
プロパティ
| プロパティ | 値 |
|---|---|
| CollectionSchemaName | PluginTypes |
| DisplayCollectionName | Plug-in Types |
| DisplayName | Plug-in Type |
| EntitySetName | plugintypes |
| IsBPFEntity | False |
| LogicalCollectionName | plugintypes |
| LogicalName | plugintype |
| OwnershipType | OrganizationOwned |
| PrimaryIdAttribute | plugintypeid |
| PrimaryNameAttribute | name |
| SchemaName | PluginType |
書き込み可能な列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。
Description
| プロパティ | 値 |
|---|---|
| Description | Description of the plug-in type. |
| DisplayName | Description |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | description |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
FriendlyName
| プロパティ | 値 |
|---|---|
| Description | User friendly name for the plug-in. |
| DisplayName | Display Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | friendlyname |
| MaxLength | 256 |
| RequiredLevel | SystemRequired |
| Type | String |
Name
| プロパティ | 値 |
|---|---|
| Description | Name of the plug-in type. |
| DisplayName | Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | name |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
PluginAssemblyId
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the plug-in assembly that contains this plug-in type. |
| DisplayName | Plugin Assembly |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | pluginassemblyid |
| RequiredLevel | None |
| Targets | pluginassembly |
| Type | Lookup |
PluginTypeId
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the plug-in type. |
| DisplayName | Plug-in Type |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | plugintypeid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
TypeName
| プロパティ | 値 |
|---|---|
| Description | Fully qualified type name of the plug-in type. |
| DisplayName | Type Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | typename |
| MaxLength | 256 |
| RequiredLevel | SystemRequired |
| Type | String |
WorkflowActivityGroupName
| プロパティ | 値 |
|---|---|
| Description | Group name of workflow custom activity. |
| DisplayName | Workflow Activity Group Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | workflowactivitygroupname |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
読み取り専用列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。
- AssemblyName
- ComponentState
- CreatedBy
- CreatedByName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- Culture
- CustomizationLevel
- CustomWorkflowActivityInfo
- IsManaged
- IsWorkflowActivity
- Major
- Minor
- ModifiedBy
- ModifiedByName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OrganizationId
- OverwriteTime
- PluginAssemblyIdName
- PluginTypeIdUnique
- PublicKeyToken
- SolutionId
- SupportingSolutionId
- Version
- VersionNumber
AssemblyName
| プロパティ | 値 |
|---|---|
| Description | Full path name of the plug-in assembly. |
| DisplayName | Assembly Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | assemblyname |
| MaxLength | 100 |
| RequiredLevel | ApplicationRequired |
| Type | String |
ComponentState
| プロパティ | 値 |
|---|---|
| Description | For internal use only. |
| DisplayName | Component State |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | componentstate |
| RequiredLevel | SystemRequired |
| Type | Picklist |
ComponentState の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 0 | Published | |
| 1 | Unpublished | |
| 2 | Deleted | |
| 3 | Deleted Unpublished |
CreatedBy
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the user who created the plug-in type. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOn
| プロパティ | 値 |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the plug-in type was created. |
| DisplayName | Created On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the delegate user who created the plugintype. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedOnBehalfByName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
Culture
| プロパティ | 値 |
|---|---|
| Description | Culture code for the plug-in assembly. |
| DisplayName | Culture |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | culture |
| MaxLength | 32 |
| RequiredLevel | ApplicationRequired |
| Type | String |
CustomizationLevel
| プロパティ | 値 |
|---|---|
| Description | Customization level of the plug-in type. |
| DisplayName | |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | customizationlevel |
| MaxValue | 255 |
| MinValue | -255 |
| RequiredLevel | SystemRequired |
| Type | Integer |
CustomWorkflowActivityInfo
| プロパティ | 値 |
|---|---|
| Description | Serialized Custom Activity Type information, including required arguments. For more information, see SandboxCustomActivityInfo. |
| DisplayName | Custom Workflow Activity Info |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | customworkflowactivityinfo |
| MaxLength | 1048576 |
| RequiredLevel | None |
| Type | Memo |
IsManaged
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | ismanaged |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsManaged の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | Managed | |
| 0 | Unmanaged |
既定値 : 0
IsWorkflowActivity
| プロパティ | 値 |
|---|---|
| Description | Indicates if the plug-in is a custom activity for workflows. |
| DisplayName | Is Workflow Activity |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | isworkflowactivity |
| RequiredLevel | None |
| Type | Boolean |
IsWorkflowActivity の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | Yes | |
| 0 | No |
既定値 : 0
Major
| プロパティ | 値 |
|---|---|
| Description | Major of the version number of the assembly for the plug-in type. |
| DisplayName | Version major |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | major |
| MaxValue | 65534 |
| MinValue | 0 |
| RequiredLevel | SystemRequired |
| Type | Integer |
Minor
| プロパティ | 値 |
|---|---|
| Description | Minor of the version number of the assembly for the plug-in type. |
| DisplayName | Version minor |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | minor |
| MaxValue | 65534 |
| MinValue | 0 |
| RequiredLevel | SystemRequired |
| Type | Integer |
ModifiedBy
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the user who last modified the plug-in type. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOn
| プロパティ | 値 |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the plug-in type was last modified. |
| DisplayName | Modified On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the delegate user who last modified the plugintype. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OrganizationId
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the organization with which the plug-in type is associated. |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | organizationid |
| RequiredLevel | SystemRequired |
| Targets | organization |
| Type | Lookup |
OverwriteTime
| プロパティ | 値 |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | For internal use only. |
| DisplayName | Record Overwrite Time |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | overwritetime |
| RequiredLevel | SystemRequired |
| Type | DateTime |
PluginAssemblyIdName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | pluginassemblyidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
PluginTypeIdUnique
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the plug-in type. |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | plugintypeidunique |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
PublicKeyToken
| プロパティ | 値 |
|---|---|
| Description | Public key token of the assembly for the plug-in type. |
| DisplayName | Public Key Token |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | publickeytoken |
| MaxLength | 32 |
| RequiredLevel | ApplicationRequired |
| Type | String |
SolutionId
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the associated solution. |
| DisplayName | Solution |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | solutionid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
SupportingSolutionId
| プロパティ | 値 |
|---|---|
| Description | For internal use only. |
| DisplayName | Solution |
| IsValidForForm | False |
| IsValidForRead | False |
| LogicalName | supportingsolutionid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
Version
| プロパティ | 値 |
|---|---|
| Description | Version number of the assembly for the plug-in type. |
| DisplayName | Version |
| FormatName | VersionNumber |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | version |
| MaxLength | 48 |
| RequiredLevel | ApplicationRequired |
| Type | String |
VersionNumber
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
一対多関連付け
SchemaName が一覧表示。
- plugintype_sdkmessageprocessingstep
- plugintype_plugintypestatistic
- plugintypeid_sdkmessageprocessingstep
- plugintype_customapi
plugintype_sdkmessageprocessingstep
sdkmessageprocessingstep テーブル/エンティティの多対一のリレーションシップ plugintype_sdkmessageprocessingstep と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | sdkmessageprocessingstep |
| ReferencingAttribute | eventhandler |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | plugintype_sdkmessageprocessingstep |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
plugintype_plugintypestatistic
plugintypestatistic テーブル/エンティティの多対一のリレーションシップ plugintype_plugintypestatistic と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | plugintypestatistic |
| ReferencingAttribute | plugintypeid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | plugintype_plugintypestatistic |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
plugintypeid_sdkmessageprocessingstep
sdkmessageprocessingstep テーブル/エンティティの多対一のリレーションシップ plugintypeid_sdkmessageprocessingstep と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | sdkmessageprocessingstep |
| ReferencingAttribute | plugintypeid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | plugintypeid_sdkmessageprocessingstep |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
plugintype_customapi
追加元 : Custom API Framework ソリューション
customapi テーブル/エンティティの多対一のリレーションシップ plugintype_customapi と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | customapi |
| ReferencingAttribute | plugintypeid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | CustomAPIId |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
多対一関連付け
各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。
- pluginassembly_plugintype
- lk_plugintype_createdonbehalfby
- organization_plugintype
- modifiedby_plugintype
- createdby_plugintype
- lk_plugintype_modifiedonbehalfby
pluginassembly_plugintype
pluginassembly テーブル/エンティティの一対多のリレーションシップ pluginassembly_plugintype を参照してください。
lk_plugintype_createdonbehalfby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_plugintype_createdonbehalfby を参照してください。
organization_plugintype
organization テーブル/エンティティの一対多のリレーションシップ organization_plugintype を参照してください。
modifiedby_plugintype
systemuser テーブル/エンティティの一対多のリレーションシップ modifiedby_plugintype を参照してください。
createdby_plugintype
systemuser テーブル/エンティティの一対多のリレーションシップ createdby_plugintype を参照してください。
lk_plugintype_modifiedonbehalfby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_plugintype_modifiedonbehalfby を参照してください。
関連項目
フィードバック
フィードバックの送信と表示