Référence d’entité/de table Plug-in Type (PluginType)

Notes

Vous n’êtes pas sûr de la table par rapport à l’entité ? Voir Développeurs : Comprendre la terminologie dans Microsoft Dataverse.

Type that inherits from the IPlugin interface and is contained within a plug-in assembly.

Messages

Message Opération de l'API web Classe ou méthode SDK
Create POST [org URI]/api/data/v9.0/plugintypes
Voir Créer
CreateRequest ou
Create
Delete DELETE [org URI]/api/data/v9.0/plugintypes(plugintypeid)
Voir Supprimer
DeleteRequest ou
Delete
Retrieve GET [org URI]/api/data/v9.0/plugintypes(plugintypeid)
Voir Récupérer
RetrieveRequest ou
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/plugintypes
Voir Rechercher des données
RetrieveMultipleRequest ou
RetrieveMultiple
Update PATCH [org URI]/api/data/v9.0/plugintypes(plugintypeid)
Voir Mettre à jour
UpdateRequest ou
Update

Propriétés

Propriété Valeur
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

Colonnes/Attributs inscriptibles

Ces colonnes/attributs renvoient la valeur true pour IsValidForCreate ou IsValidForUpdate (généralement les deux). Répertorié par SchemaName.

Description

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
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

Ajouté par : solution Plugin Infrastructure Extension

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
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

Colonnes/Attributs en lecture seule

Ces colonnes/attributs renvoient la valeur false pour IsValidForCreate ou IsValidForUpdate. Répertorié par SchemaName.

AssemblyName

Propriété Valeur
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

Propriété Valeur
Description For internal use only.
DisplayName Component State
IsValidForForm False
IsValidForRead True
LogicalName componentstate
RequiredLevel SystemRequired
Type Picklist

Choix/Options ComponentState

Valeur Étiquette Description
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished

CreatedBy

Propriété Valeur
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

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOn

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

Culture

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName ismanaged
RequiredLevel SystemRequired
Type Boolean

Choix/Options IsManaged

Valeur Étiquette Description
1 Managed
0 Unmanaged

Valeur par défaut : 0

IsWorkflowActivity

Propriété Valeur
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

Choix/Options IsWorkflowActivity

Valeur Étiquette Description
1 Yes
0 No

Valeur par défaut : 0

Major

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOn

Propriété Valeur
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

Propriété Valeur
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

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

OrganizationId

Propriété Valeur
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

Propriété Valeur
DateTimeBehavior UserLocal
Description For internal use only.
DisplayName Record Overwrite Time
Format DateOnly
IsValidForForm False
IsValidForRead True
LogicalName overwritetime
RequiredLevel SystemRequired
Type DateTime

PluginAssemblyIdName

Propriété Valeur
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName pluginassemblyidname
MaxLength 100
RequiredLevel None
Type String

PluginTypeIdUnique

Propriété Valeur
Description Unique identifier of the plug-in type.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName plugintypeidunique
RequiredLevel SystemRequired
Type Uniqueidentifier

PublicKeyToken

Propriété Valeur
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

Propriété Valeur
Description Unique identifier of the associated solution.
DisplayName Solution
IsValidForForm False
IsValidForRead True
LogicalName solutionid
RequiredLevel SystemRequired
Type Uniqueidentifier

SupportingSolutionId

Propriété Valeur
Description For internal use only.
DisplayName Solution
IsValidForForm False
IsValidForRead False
LogicalName supportingsolutionid
RequiredLevel None
Type Uniqueidentifier

Version

Propriété Valeur
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

Propriété Valeur
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

Relations un-à-plusieurs

Répertorié par SchemaName.

plugintype_sdkmessageprocessingstep

Identique à la relation plusieurs à un plugintype_sdkmessageprocessingstep pour la table/entité sdkmessageprocessingstep.

Propriété Valeur
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

Identique à la relation plusieurs à un plugintype_plugintypestatistic pour la table/entité plugintypestatistic.

Propriété Valeur
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

Identique à la relation plusieurs à un plugintypeid_sdkmessageprocessingstep pour la table/entité sdkmessageprocessingstep.

Propriété Valeur
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

Ajouté par : solution Custom API Framework

Identique à la relation plusieurs à un plugintype_customapi pour la table/entité customapi.

Propriété Valeur
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

Relations plusieurs-à-un

Chaque relation plusieurs-à-un est définie par une relation un-à-plusieurs correspondante avec la table associée. Répertorié par SchemaName.

pluginassembly_plugintype

Voir la relation un à plusieurs pluginassembly_plugintype pour la table/entité pluginassembly.

lk_plugintype_createdonbehalfby

Voir la relation un à plusieurs lk_plugintype_createdonbehalfby pour la table/entité systemuser.

organization_plugintype

Voir la relation un à plusieurs organization_plugintype pour la table/entité organization.

modifiedby_plugintype

Voir la relation un à plusieurs modifiedby_plugintype pour la table/entité systemuser.

createdby_plugintype

Voir la relation un à plusieurs createdby_plugintype pour la table/entité systemuser.

lk_plugintype_modifiedonbehalfby

Voir la relation un à plusieurs lk_plugintype_modifiedonbehalfby pour la table/entité systemuser.

Voir aussi

Référence d’entité/de table Dataverse Référence d’API web plugintype EntityType