Search Results for

    Show / Hide Table of Contents

    Class ExtensionStoreItem

    Implements an item of the repository collection containing extension informations and its instances

    Inheritance
    object
    ExtensionStoreItem
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.PluginFramework.Integration
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public sealed class ExtensionStoreItem

    Fields

    References

    A list which stores all the extension related instances (like the adapted instances) and their type.

    Declaration
    public readonly List<ValuePairTypeInstance> References
    Field Value
    Type Description
    List<ValuePairTypeInstance>

    Properties

    AttributeType

    Extension attribute type

    Declaration
    public Type AttributeType { get; set; }
    Property Value
    Type Description
    Type

    DefaultInstance

    The default instance of the extension

    Declaration
    public object DefaultInstance { get; set; }
    Property Value
    Type Description
    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
    Type
    In this article
    • Fields
      • References
    • Properties
      • AttributeType
      • DefaultInstance
      • Extension
      • ExtensionType
    Back to top Generated by DocFX