plugintype EntityType

Dynamics CRM 2016
 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

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

Entity Set path:[organization URI]/api/data/v8.2/plugintypes

Base Type: crmbaseentity EntityType

Display Name: Plug-in Type

Primary Key: plugintypeid

Primary Name Attribute: name

Properties

Lookup Properties

Single-valued navigation properties

Collection-valued navigation properties

Properties represent fields of data stored in the entity. Some properties are read-only.

Name

Type

Details

assemblyname

Edm.String

Description: Full path name of the plug-in assembly.

Display Name: Assembly Name

Read-only property

componentstate

Edm.Int32

Description: For internal use only.

Default Options:

0 : Published
1 : Unpublished
2 : Deleted
3 : Deleted Unpublished

Display Name: Component State

Read-only property

createdon

Edm.DateTimeOffset

Description: Date and time when the plug-in type was created.

Display Name: Created On

Read-only property

culture

Edm.String

Description: Culture code for the plug-in assembly.

Display Name: Culture

Read-only property

customizationlevel

Edm.Int32

Description: Customization level of the plug-in type.

Read-only property

customworkflowactivityinfo

Edm.String

Description: Serialized Custom Activity Type information, including required arguments. For more information, see SandboxCustomActivityInfo.

Display Name: Custom Workflow Activity Info

Read-only property

description

Edm.String

Description: Description of the plug-in type.

Display Name: Description

friendlyname

Edm.String

Description: User friendly name for the plug-in.

Display Name: Display Name

ismanaged

Edm.Boolean

Description:

Default Options:

1 : Managed
0 : Unmanaged

Read-only property

isworkflowactivity

Edm.Boolean

Description: Indicates if the plug-in is a custom activity for workflows.

Default Options:

1 : Yes
0 : No

Display Name: Is Workflow Activity

Read-only property

major

Edm.Int32

Description: Major of the version number of the assembly for the plug-in type.

Display Name: Version major

Read-only property

minor

Edm.Int32

Description: Minor of the version number of the assembly for the plug-in type.

Display Name: Version minor

Read-only property

modifiedon

Edm.DateTimeOffset

Description: Date and time when the plug-in type was last modified.

Display Name: Modified On

Read-only property

name

Edm.String

Description: Name of the plug-in type.

Display Name: Name

overwritetime

Edm.DateTimeOffset

Description: For internal use only.

Display Name: Record Overwrite Time

Read-only property

plugintypeid

Edm.Guid

Description: Unique identifier of the plug-in type.

Display Name: Plug-in Type

plugintypeidunique

Edm.Guid

Description: Unique identifier of the plug-in type.

Read-only property

publickeytoken

Edm.String

Description: Public key token of the assembly for the plug-in type.

Display Name: Public Key Token

Read-only property

solutionid

Edm.Guid

Description: Unique identifier of the associated solution.

Display Name: Solution

Read-only property

typename

Edm.String

Description: Fully qualified type name of the plug-in type.

Display Name: Type Name

version

Edm.String

Description: Version number of the assembly for the plug-in type.

Display Name: Version

Read-only property

versionnumber

Edm.Int64

Description:

Read-only property

workflowactivitygroupname

Edm.String

Description: Group name of workflow custom activity.

Display Name: Workflow Activity Group Name

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 Retrieve data about lookup properties

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 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 EntityType

createdby_plugintype

createdonbehalfby

systemuser EntityType

lk_plugintype_createdonbehalfby

modifiedby

systemuser EntityType

modifiedby_plugintype

modifiedonbehalfby

systemuser EntityType

lk_plugintype_modifiedonbehalfby

organizationid

organization EntityType

organization_plugintype

pluginassemblyid

pluginassembly EntityType

pluginassembly_plugintype

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

plugin_type_service

service EntityType

strategyid

plugintype_sdkmessageprocessingstep

sdkmessageprocessingstep EntityType

eventhandler_plugintype

plugintypeid_sdkmessageprocessingstep

sdkmessageprocessingstep EntityType

plugintypeid

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: