Class ExtensionStoreItem
Inheritance
System.Object
ExtensionStoreItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.Core.PluginFramework.Integration
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public sealed class ExtensionStoreItem
Fields
References
Declaration
public readonly List<ValuePairTypeInstance> References
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<ValuePairTypeInstance> |
Properties
AttributeType
Declaration
public Type AttributeType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
DefaultInstance
Declaration
public object DefaultInstance { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Extension
Declaration
public IExtension Extension { get; set; }
Property Value
Type | Description |
---|---|
IExtension |
ExtensionType
Declaration
public Type ExtensionType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |