plugintype EntityType

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

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

Base Type: crmbaseentity EntityType

Display Name: Plug-in Type

Primary Key: plugintypeid

Primary Name Attribute: name

Properties

Single-valued navigation properties

Collection-valued navigation properties

Properties

Properties represent fields of data stored in the entity. Some properties are not writable.

Name Type Details

_createdby_value

Edm.Guid

Description: Unique identifier of the user who created the plug-in type.

Computed property

Read-only property

_createdonbehalfby_value

Edm.Guid

Description: Unique identifier of the delegate user who created the plugintype.

Computed property

Read-only property

_modifiedby_value

Edm.Guid

Description: Unique identifier of the user who last modified the plug-in type.

Computed property

Read-only property

_modifiedonbehalfby_value

Edm.Guid

Description: Unique identifier of the delegate user who last modified the plugintype.

Computed property

Read-only property

_organizationid_value

Edm.Guid

Description: Unique identifier of the organization with which the plug-in type is associated.

Computed property

Read-only property

_pluginassemblyid_value

Edm.Guid

Description: Unique identifier of the plug-in assembly that contains this plug-in type.

Computed property

Read-only property

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

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced.

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

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

另请参阅

其他资源

Web API Action Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.