Table of Contents

Class Extension

Namespace
Dassie.Configuration
Assembly
dc.dll

Represents a transient extension definition.

[Serializable]
public class Extension : ConfigObject
Inheritance
Extension
Inherited Members
Extension Methods

Constructors

Extension(PropertyStore)

Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.

public Extension(PropertyStore store)

Parameters

store PropertyStore

Properties

Attributes

A list of XML attributes passed to the extension.

public List<XmlAttribute> Attributes { get; set; }

Property Value

List<XmlAttribute>

Elements

A list of XML elements passed to the extension.

public List<XmlElement> Elements { get; set; }

Property Value

List<XmlElement>

Path

The path of the extension assembly.

public string Path { get; set; }

Property Value

string