Click or drag to resize

ExtensionInfo Class

An ExtensionInfo holds information about an extension for use in the Extensions collection.
Inheritance Hierarchy
SystemObject
  NetQuarryExtensionInfo

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[SerializableAttribute]
public class ExtensionInfo : IComparable, 
	IEAPBase

The ExtensionInfo type exposes the following members.

Constructors
  NameDescription
Public methodExtensionInfo
Constructs an ExtensionInfo object
Top
Properties
  NameDescription
Public propertyAttributes
Gets/Sets the Extension Attributes
Public propertyClass
Gets/Sets the implementing class name.
Public propertyComponentID
The component ID of the extension
Public propertyEventCategories
The event categories that this extension supports
Public propertyEventsHandled
The semi-colon separated list of extension event handlers for this extension.
Public propertyExtension
Gets/Sets the IExtension object.
Public propertyExtID
The extension's ID as stored in metadata
Public propertyName
Returns the name of the extension
Public propertyPriority
Gets/sets the extension's priority. Note that a higher number causes the extension to fire earlier.
Public propertyProperties
Extension properties
Public propertyTextItems
Extension Text items
Public propertyVersion
The EAP scaled version for the extension.
Top
Methods
  NameDescription
Public methodCompareTo
Compares this instance to a specified object or Boolean and returns an indication of their relative values.
Return ValueCondition
Less than Zero
The instance is false and the object is true
Zero
This instance and obj are equal (either both are true or both are false).
Greater than Zero
This instance is true and obj is false.
-or-
obj is a null reference (Nothing in Visual Basic).
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
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.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also