Click or drag to resize

PluginType Class

Type that inherits from the IPlugin interface and is contained within a plug-in assembly.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkPluginType

Namespace:  Novalys.VisualGuard.Security.CRM.Sdk
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public class PluginType : Entity, INotifyPropertyChanging, 
	INotifyPropertyChanged

The PluginType type exposes the following members.

Constructors
  NameDescription
Public methodPluginType
Default Constructor.
Top
Properties
  NameDescription
Public propertyAssemblyName
Full path name of the plug-in assembly.
Public propertyAttributes (Inherited from Entity.)
Public propertyComponentState
For internal use only.
Public propertyCreatedBy
Unique identifier of the user who created the plug-in type.
Public propertycreatedby_plugintype
N:1 createdby_plugintype
Public propertyCreatedOn
Date and time when the plug-in type was created.
Public propertyCreatedOnBehalfBy
Unique identifier of the delegate user who created the plugintype.
Public propertyCulture
Culture code for the plug-in assembly.
Public propertyCustomizationLevel
Customization level of the plug-in type.
Public propertyCustomWorkflowActivityInfo
Serialized Custom Activity Type information, including required arguments. For more information, see SandboxCustomActivityInfo.
Public propertyDescription
Description of the plug-in type.
Public propertyEntityState (Inherited from Entity.)
Public propertyExtensionData (Inherited from Entity.)
Public propertyFormattedValues (Inherited from Entity.)
Public propertyFriendlyName
User friendly name for the plug-in.
Public propertyId (Overrides Entity.Id.)
Public propertyIsManaged
Public propertyIsWorkflowActivity
Indicates if the plug-in is a custom activity for workflows.
Public propertyItem (Inherited from Entity.)
Public propertylk_plugintype_createdonbehalfby
N:1 lk_plugintype_createdonbehalfby
Public propertylk_plugintype_modifiedonbehalfby
N:1 lk_plugintype_modifiedonbehalfby
Public propertyLogicalName (Inherited from Entity.)
Public propertyMajor
Major of the version number of the assembly for the plug-in type.
Public propertyMinor
Minor of the version number of the assembly for the plug-in type.
Public propertyModifiedBy
Unique identifier of the user who last modified the plug-in type.
Public propertymodifiedby_plugintype
N:1 modifiedby_plugintype
Public propertyModifiedOn
Date and time when the plug-in type was last modified.
Public propertyModifiedOnBehalfBy
Unique identifier of the delegate user who last modified the plugintype.
Public propertyName
Name of the plug-in type.
Public propertyorganization_plugintype
N:1 organization_plugintype
Public propertyOrganizationId
Unique identifier of the organization with which the plug-in type is associated.
Public propertyOverwriteTime
For internal use only.
Public propertyplugin_type_service
1:N plugin_type_service
Public propertypluginassembly_plugintype
N:1 pluginassembly_plugintype
Public propertyPluginAssemblyId
Unique identifier of the plug-in assembly that contains this plug-in type.
Public propertyplugintype_plugintypestatistic
1:N plugintype_plugintypestatistic
Public propertyplugintype_sdkmessageprocessingstep
1:N plugintype_sdkmessageprocessingstep
Public propertyPluginTypeId
Unique identifier of the plug-in type.
Public propertyplugintypeid_sdkmessageprocessingstep
1:N plugintypeid_sdkmessageprocessingstep
Public propertyPluginTypeIdUnique
Unique identifier of the plug-in type.
Public propertyPublicKeyToken
Public key token of the assembly for the plug-in type.
Public propertyRelatedEntities (Inherited from Entity.)
Public propertySolutionId
Unique identifier of the associated solution.
Public propertyTypeName
Fully qualified type name of the plug-in type.
Public propertyuserentityinstancedata_plugintype
1:N userentityinstancedata_plugintype
Public propertyVersion
Version number of the assembly for the plug-in type.
Public propertyVersionNumber
Public propertyWorkflowActivityGroupName
Group name of workflow custom activity.
Top
Methods
  NameDescription
Public methodContains (Inherited from Entity.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAttributeValue``1 (Inherited from Entity.)
Protected methodGetFormattedAttributeValue (Inherited from Entity.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetRelatedEntities``1 (Inherited from Entity.)
Protected methodGetRelatedEntity``1 (Inherited from Entity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetAttributeValue (Inherited from Entity.)
Protected methodSetRelatedEntities``1 (Inherited from Entity.)
Protected methodSetRelatedEntity``1 (Inherited from Entity.)
Public methodToEntity``1 (Inherited from Entity.)
Public methodToEntityReference (Inherited from Entity.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
See Also