Click or drag to resize

PluginAssembly Class

Assembly that contains one or more plug-in types.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServicePluginAssembly

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class PluginAssembly : Entity, 
	INotifyPropertyChanging, INotifyPropertyChanged

The PluginAssembly type exposes the following members.

Constructors
 NameDescription
Public methodPluginAssembly Default Constructor.
Top
Properties
 NameDescription
Public propertyAttributes
(Inherited from Entity)
Public propertyComponentState For internal use only.
Public propertyContent Bytes of the assembly, in Base64 format.
Public propertyCreatedBy Unique identifier of the user who created the plug-in assembly.
Public propertycreatedby_pluginassembly N:1 createdby_pluginassembly
Public propertyCreatedOn Date and time when the plug-in assembly was created.
Public propertyCreatedOnBehalfBy Unique identifier of the delegate user who created the pluginassembly.
Public propertyCulture Culture code for the plug-in assembly.
Public propertyCustomizationLevel Customization Level.
Public propertyDescription Description of the plug-in assembly.
Public propertyEntityState
(Inherited from Entity)
Public propertyExtensionData
(Inherited from Entity)
Public propertyFormattedValues
(Inherited from Entity)
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyIntroducedVersion Version in which the form is introduced.
Public propertyIsHidden Information that specifies whether this component should be hidden.
Public propertyIsManaged Information that specifies whether this component is managed.
Public propertyIsolationMode Information about how the plugin assembly is to be isolated at execution time; None / Sandboxed.
Public propertyItem
(Inherited from Entity)
Public propertyKeyAttributes
(Inherited from Entity)
Public propertyLazyFileAttributeKey
(Inherited from Entity)
Public propertyLazyFileAttributeValue
(Inherited from Entity)
Public propertyLazyFileSizeAttributeKey
(Inherited from Entity)
Public propertyLazyFileSizeAttributeValue
(Inherited from Entity)
Public propertylk_pluginassembly_createdonbehalfby N:1 lk_pluginassembly_createdonbehalfby
Public propertylk_pluginassembly_modifiedonbehalfby N:1 lk_pluginassembly_modifiedonbehalfby
Public propertyLogicalName
(Inherited from Entity)
Public propertyMajor Major of the assembly version.
Public propertyMinor Minor of the assembly version.
Public propertyModifiedBy Unique identifier of the user who last modified the plug-in assembly.
Public propertymodifiedby_pluginassembly N:1 modifiedby_pluginassembly
Public propertyModifiedOn Date and time when the plug-in assembly was last modified.
Public propertyModifiedOnBehalfBy Unique identifier of the delegate user who last modified the pluginassembly.
Public propertyName Name of the plug-in assembly.
Public propertyorganization_pluginassembly N:1 organization_pluginassembly
Public propertyOrganizationId Unique identifier of the organization with which the plug-in assembly is associated.
Public propertyOverwriteTime For internal use only.
Public propertyPath File name of the plug-in assembly. Used when the source type is set to 1.
Public propertypluginassembly_plugintype 1:N pluginassembly_plugintype
Public propertyPluginAssemblyId Unique identifier of the plug-in assembly.
Public propertyPluginAssemblyIdUnique Unique identifier of the plug-in assembly.
Public propertyPublicKeyToken Public key token of the assembly. This value can be obtained from the assembly by using reflection.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertySolutionId Unique identifier of the associated solution.
Public propertySourceHash Hash of the source of the assembly.
Public propertySourceType Location of the assembly, for example 0=database, 1=on-disk.
Public propertyuserentityinstancedata_pluginassembly 1:N userentityinstancedata_pluginassembly
Public propertyVersion Version number of the assembly. The value can be obtained from the assembly through reflection.
Public propertyVersionNumber 
Top
Methods
 NameDescription
Public methodContains
(Inherited from Entity)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetRelatedEntities``1
(Inherited from Entity)
Protected methodGetRelatedEntity``1
(Inherited from Entity)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetAttributeValue``1
(Inherited from Entity)
Top
Events
Fields
See Also