Click or drag to resize

PluginAssembly Class

Assembly that contains one or more plug-in types.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkPluginAssembly

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