Class ExtensionStoreItem
Implements an item of the repository collection containing extension informations and its instances
Inheritance
System.Object
    ExtensionStoreItem
  Namespace: Sdl.Core.PluginFramework.Integration
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public sealed class ExtensionStoreItem : ObjectFields
References
A list which stores all the extension related instances (like the adapted instances) and their type.
Declaration
public readonly List<ValuePairTypeInstance> ReferencesField Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<ValuePairTypeInstance> | 
Properties
AttributeType
Extension attribute type
Declaration
public Type AttributeType { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Type | 
DefaultInstance
The default instance of the extension
Declaration
public object DefaultInstance { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Object | 
Extension
Extension object
Declaration
public IExtension Extension { get; set; }Property Value
| Type | Description | 
|---|---|
| IExtension | 
ExtensionType
Extension type
Declaration
public Type ExtensionType { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Type |