Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Hinweis
Unsicher bei Tabelle vs. Entität? Siehe Entwickler: Terminologie in Microsoft Dataverse verstehen.
Type that inherits from the IPlugin interface and is contained within a plug-in assembly.
Nachrichten
Nachricht | Web-API-Vorgang | SDK-Klasse oder -Methode |
---|---|---|
Create | POST [org URI]/api/data/v9.0/plugintypes Weitere Informationen finden Sie unter Erstellen |
CreateRequest oder Create |
Delete | DELETE [org URI]/api/data/v9.0/plugintypes(plugintypeid) Weitere Informationen finden Sie unter Löschen |
DeleteRequest oder Delete |
Retrieve | GET [org URI]/api/data/v9.0/plugintypes(plugintypeid) Weitere Informationen finden Sie unter Abrufen |
RetrieveRequest oder Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/plugintypes Weitere Informationen finden Sie unter Daten abfragen |
RetrieveMultipleRequest oder RetrieveMultiple |
Update | PATCH [org URI]/api/data/v9.0/plugintypes(plugintypeid) Weitere Informationen finden Sie unter Aktualisieren |
UpdateRequest oder Update |
Eigenschaften
Eigenschaft | Wert |
---|---|
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 |
Schreibbare Spalten/Attribute
Diese Spalten/Attribute geben entweder für IsValidForCreate oder IsValidForUpdate (normalerweise beides) true zurück. Aufgelistet durch SchemaName.
- Description
- FriendlyName
- Name
- PluginAssemblyId
- PluginTypeExportKey
- PluginTypeId
- TypeName
- WorkflowActivityGroupName
Description
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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 |
PluginTypeExportKey
Hinzugefügt von: Plugin Infrastructure Extension-Lösung
Eigenschaft | Wert |
---|---|
Description | Uniquely identifies the plug-in type associated with a plugin package when exporting a solution. |
DisplayName | Plugin Type export key |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | plugintypeexportkey |
MaxLength | 256 |
RequiredLevel | SystemRequired |
Type | String |
PluginTypeId
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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 |
Schreibgeschützt Spalten/Attribute
Diese Spalten/Attribute geben false zurück für sowohl IsValidForCreate als auch IsValidForUpdate. Aufgelistet durch 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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | For internal use only. |
DisplayName | Component State |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | componentstate |
RequiredLevel | SystemRequired |
Type | Picklist |
ComponentState Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
0 | Published | |
1 | Unpublished | |
2 | Deleted | |
3 | Deleted Unpublished |
CreatedBy
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOn
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
Culture
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | ismanaged |
RequiredLevel | SystemRequired |
Type | Boolean |
IsManaged Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Managed | |
0 | Unmanaged |
Standardwert: 0
IsWorkflowActivity
Eigenschaft | Wert |
---|---|
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 Auswahlen/Optionen
Wert | Etikett | Beschreibung |
---|---|---|
1 | Yes | |
0 | No |
Standardwert: 0
Major
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOn
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOnBehalfByYomiName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OrganizationId
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
DateTimeBehavior | UserLocal |
Description | For internal use only. |
DisplayName | Record Overwrite Time |
Format | DateOnly |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | overwritetime |
RequiredLevel | SystemRequired |
Type | DateTime |
PluginAssemblyIdName
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | pluginassemblyidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
PluginTypeIdUnique
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the plug-in type. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | plugintypeidunique |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
PublicKeyToken
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | Unique identifier of the associated solution. |
DisplayName | Solution |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | solutionid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
SupportingSolutionId
Eigenschaft | Wert |
---|---|
Description | For internal use only. |
DisplayName | Solution |
IsValidForForm | False |
IsValidForRead | False |
LogicalName | supportingsolutionid |
RequiredLevel | None |
Type | Uniqueidentifier |
Version
Eigenschaft | Wert |
---|---|
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
Eigenschaft | Wert |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | None |
Type | BigInt |
Eins-zu-Viele-Beziehungen
Aufgelistet durch SchemaName.
- plugintype_sdkmessageprocessingstep
- plugintype_plugintypestatistic
- plugintypeid_sdkmessageprocessingstep
- plugintype_customapi
plugintype_sdkmessageprocessingstep
Wie die plugintype_sdkmessageprocessingstep-Viele-zu-Eins-Beziehung für die sdkmessageprocessingstep-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
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
Wie die plugintype_plugintypestatistic-Viele-zu-Eins-Beziehung für die plugintypestatistic-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
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
Wie die plugintypeid_sdkmessageprocessingstep-Viele-zu-Eins-Beziehung für die sdkmessageprocessingstep-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
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
Hinzugefügt von: Custom API Framework-Lösung
Wie die plugintype_customapi-Viele-zu-Eins-Beziehung für die customapi-Tabelle/-Entität.
Eigenschaft | Wert |
---|---|
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 |
Viele-zu-Eins-Beziehungen
Jede Viele-zu-Eins-Beziehung wird durch eine entsprechende Viele-zu-Viele-Beziehungen mit der zugehörigen Tabelle definiert. Aufgelistet durch SchemaName.
- pluginassembly_plugintype
- lk_plugintype_createdonbehalfby
- organization_plugintype
- modifiedby_plugintype
- createdby_plugintype
- lk_plugintype_modifiedonbehalfby
pluginassembly_plugintype
Siehe die pluginassembly_plugintype-Eins-zu-Viele-Beziehung für die pluginassembly-Tabelle/-Entität.
lk_plugintype_createdonbehalfby
Siehe die lk_plugintype_createdonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
organization_plugintype
Siehe die organization_plugintype-Eins-zu-Viele-Beziehung für die organization-Tabelle/-Entität.
modifiedby_plugintype
Siehe die modifiedby_plugintype-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
createdby_plugintype
Siehe die createdby_plugintype-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
lk_plugintype_modifiedonbehalfby
Siehe die lk_plugintype_modifiedonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.
Siehe auch
Dataverse-Tabelle/-Entitätsreferenz Web-API-Referenz plugintype EntityType