plugintype EntityType
Type that inherits from the IPlugin interface and is contained within a plug-in assembly.
- Entity set path:
- [organization URI]/api/data/v9.2/plugintypes
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Plug-in Type
- Primary key:
- plugintypeid
- Primary name column:
- name
- Operations supported:
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
assemblyname | Edm.String |
Full path name of the plug-in assembly. Display name: Assembly Name Read only
|
||||||||||
componentstate | Edm.Int32 |
For internal use only. Display name: Component State Read only
Default options
|
||||||||||
createdon | Edm.DateTimeOffset |
Date and time when the plug-in type was created. Display name: Created On Read only
|
||||||||||
culture | Edm.String |
Culture code for the plug-in assembly. Display name: Culture Read only
|
||||||||||
customizationlevel | Edm.Int32 |
Customization level of the plug-in type. Read only
|
||||||||||
customworkflowactivityinfo | Edm.String |
Serialized Custom Activity Type information, including required arguments. For more information, see SandboxCustomActivityInfo. Display name: Custom Workflow Activity Info Read only
|
||||||||||
description | Edm.String |
Description of the plug-in type. Display name: Description |
||||||||||
friendlyname | Edm.String |
User friendly name for the plug-in. Display name: Display Name |
||||||||||
ismanaged | Edm.Boolean |
Read only
Default options
|
||||||||||
isworkflowactivity | Edm.Boolean |
Indicates if the plug-in is a custom activity for workflows. Display name: Is Workflow Activity Read only
Default options
|
||||||||||
major | Edm.Int32 |
Major of the version number of the assembly for the plug-in type. Display name: Version major Read only
|
||||||||||
minor | Edm.Int32 |
Minor of the version number of the assembly for the plug-in type. Display name: Version minor Read only
|
||||||||||
modifiedon | Edm.DateTimeOffset |
Date and time when the plug-in type was last modified. Display name: Modified On Read only
|
||||||||||
name | Edm.String |
Name of the plug-in type. Display name: Name |
||||||||||
overwritetime | Edm.DateTimeOffset |
For internal use only. Display name: Record Overwrite Time Read only
|
||||||||||
plugintypeexportkey | Edm.String |
Uniquely identifies the plug-in type associated with a plugin package when exporting a solution. Display name: Plugin Type export key |
||||||||||
plugintypeid | Edm.Guid |
Unique identifier of the plug-in type. Display name: Plug-in Type |
||||||||||
plugintypeidunique | Edm.Guid |
Unique identifier of the plug-in type. Read only
|
||||||||||
publickeytoken | Edm.String |
Public key token of the assembly for the plug-in type. Display name: Public Key Token Read only
|
||||||||||
solutionid | Edm.Guid |
Unique identifier of the associated solution. Display name: Solution Read only
|
||||||||||
typename | Edm.String |
Fully qualified type name of the plug-in type. Display name: Type Name |
||||||||||
version | Edm.String |
Version number of the assembly for the plug-in type. Display name: Version Read only
|
||||||||||
versionnumber | Edm.Int64 |
Read only
|
||||||||||
workflowactivitygroupname | Edm.String |
Group name of workflow custom activity. Display name: Workflow Activity Group Name |
Lookup properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.
Name | Single-valued navigation property | Description |
---|---|---|
_createdby_value | createdby |
Unique identifier of the user who created the plug-in type. |
_createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created the plugintype. |
_modifiedby_value | modifiedby |
Unique identifier of the user who last modified the plug-in type. |
_modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who last modified the plugintype. |
_organizationid_value | organizationid |
Unique identifier of the organization with which the plug-in type is associated. |
_pluginassemblyid_value | pluginassemblyid |
Unique identifier of the plug-in assembly that contains this plug-in type. |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
Name | Type | Partner |
---|---|---|
createdby | systemuser | createdby_plugintype |
createdonbehalfby | systemuser | lk_plugintype_createdonbehalfby |
modifiedby | systemuser | modifiedby_plugintype |
modifiedonbehalfby | systemuser | lk_plugintype_modifiedonbehalfby |
organizationid | organization | organization_plugintype |
pluginassemblyid | pluginassembly | pluginassembly_plugintype |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name | Type | Partner |
---|---|---|
CustomAPIId | customapi | PluginTypeId |
plugintype_plugintypestatistic | plugintypestatistic | plugintypeid |
plugintype_sdkmessageprocessingstep | sdkmessageprocessingstep | eventhandler_plugintype |
plugintypeid_sdkmessageprocessingstep | sdkmessageprocessingstep | plugintypeid |