Referencia de tabla o entidad Plug-in Type (PluginType)

Nota

¿No está seguro de tabla frente a entidad? Vea Desarrolladores: comprender la terminología en Microsoft Dataverse.

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

Mensajes

Mensaje Operación de API web Método o clase de SDK
Create POST [org URI]/api/data/v9.0/plugintypes
Vea Crear
CreateRequest o
Create
Delete DELETE [org URI]/api/data/v9.0/plugintypes(plugintypeid)
Vea Eliminar
DeleteRequest o
Delete
Retrieve GET [org URI]/api/data/v9.0/plugintypes(plugintypeid)
Vea Recuperar
RetrieveRequest o
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/plugintypes
Vea Consultar datos
RetrieveMultipleRequest o
RetrieveMultiple
Update PATCH [org URI]/api/data/v9.0/plugintypes(plugintypeid)
Vea Actualizar
UpdateRequest o
Update

Propiedades

Propiedad Valor
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

Columnas/atributos que se pueden escribir

Estas columnas o atributos devuelven true para IsValidForCreate o IsValidForUpdate (generalmente ambos). Listado por SchemaName.

Description

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
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

Añadido por: solución Plugin Infrastructure Extension

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
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

Columnas/atributos de sólo lectura

Estas columnas o atributos devuelven false tanto para IsValidForCreate como para IsValidForUpdate. Listado por SchemaName.

AssemblyName

Propiedad Valor
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

Propiedad Valor
Description For internal use only.
DisplayName Component State
IsValidForForm False
IsValidForRead True
LogicalName componentstate
RequiredLevel SystemRequired
Type Picklist

Elecciones/opciones de ComponentState

Valor Etiqueta Descripción
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished

CreatedBy

Propiedad Valor
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

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOn

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

Culture

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName ismanaged
RequiredLevel SystemRequired
Type Boolean

Elecciones/opciones de IsManaged

Valor Etiqueta Descripción
1 Managed
0 Unmanaged

Valor predeterminado: 0

IsWorkflowActivity

Propiedad Valor
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

Elecciones/opciones de IsWorkflowActivity

Valor Etiqueta Descripción
1 Yes
0 No

Valor predeterminado: 0

Major

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOn

Propiedad Valor
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

Propiedad Valor
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

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

OrganizationId

Propiedad Valor
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

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

PluginAssemblyIdName

Propiedad Valor
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName pluginassemblyidname
MaxLength 100
RequiredLevel None
Type String

PluginTypeIdUnique

Propiedad Valor
Description Unique identifier of the plug-in type.
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName plugintypeidunique
RequiredLevel SystemRequired
Type Uniqueidentifier

PublicKeyToken

Propiedad Valor
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

Propiedad Valor
Description Unique identifier of the associated solution.
DisplayName Solution
IsValidForForm False
IsValidForRead True
LogicalName solutionid
RequiredLevel SystemRequired
Type Uniqueidentifier

SupportingSolutionId

Propiedad Valor
Description For internal use only.
DisplayName Solution
IsValidForForm False
IsValidForRead False
LogicalName supportingsolutionid
RequiredLevel None
Type Uniqueidentifier

Version

Propiedad Valor
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

Propiedad Valor
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

Relaciones de uno a varios

Listado por SchemaName.

plugintype_sdkmessageprocessingstep

Igual que la relación de varios a uno plugintype_sdkmessageprocessingstep de la tabla sdkmessageprocessingstep.

Propiedad Valor
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

Igual que la relación de varios a uno plugintype_plugintypestatistic de la tabla plugintypestatistic.

Propiedad Valor
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

Igual que la relación de varios a uno plugintypeid_sdkmessageprocessingstep de la tabla sdkmessageprocessingstep.

Propiedad Valor
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

Añadido por: solución Custom API Framework

Igual que la relación de varios a uno plugintype_customapi de la tabla customapi.

Propiedad Valor
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

Relaciones de varios a uno

Cada relación de varios a uno se define mediante una relación de uno a varios correspondiente con la tabla relacionada. Listado por SchemaName.

pluginassembly_plugintype

Consulte la relación de uno a varios pluginassembly_plugintype de la tabla pluginassembly.

lk_plugintype_createdonbehalfby

Consulte la relación de uno a varios lk_plugintype_createdonbehalfby de la tabla systemuser.

organization_plugintype

Consulte la relación de uno a varios organization_plugintype de la tabla organization.

modifiedby_plugintype

Consulte la relación de uno a varios modifiedby_plugintype de la tabla systemuser.

createdby_plugintype

Consulte la relación de uno a varios createdby_plugintype de la tabla systemuser.

lk_plugintype_modifiedonbehalfby

Consulte la relación de uno a varios lk_plugintype_modifiedonbehalfby de la tabla systemuser.

Consultar también

Referencia de tabla o entidad de Dataverse Referencia de la API web plugintype EntityType