PluginPackageCol Class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public class PluginPackageCol : IdNameEntityCol<PluginPackage>
Inheritance
Object    IdEntityColPluginPackage    IdNameEntityColPluginPackage    PluginPackageCol

Properties

Ids
(Inherited from IdEntityColT)
Names
(Inherited from IdNameEntityColT)

Methods

AddPluginPackage Add a plugin package by path.
ClearAllPluginPackages Clears all packages out of the database
Contains
(Inherited from IdEntityColT)
Count
(Inherited from IdEntityColT)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Get(Int32)
(Inherited from IdEntityColT)
Get(String)
(Inherited from IdNameEntityColT)
GetEnumerator
(Inherited from IdEntityColT)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetPluginPackages Gets a list of package info Includes name, id, file path, version, description, and modification date
GetTypeGets the Type of the current instance.
(Inherited from Object)
RemovePluginPackage(Int32) Remove a plugin package by id.
RemovePluginPackage(String) Remove a plugin package by name.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also