Table of Contents

Interface IModule

Namespace
Gemini.Framework
Assembly
Gemini.dll
public interface IModule

Properties

DefaultDocuments

IEnumerable<IDocument> DefaultDocuments { get; }

Property Value

IEnumerable<IDocument>

DefaultTools

IEnumerable<Type> DefaultTools { get; }

Property Value

IEnumerable<Type>

GlobalResourceDictionaries

IEnumerable<ResourceDictionary> GlobalResourceDictionaries { get; }

Property Value

IEnumerable<ResourceDictionary>

Methods

Initialize()

void Initialize()

PostInitialize()

void PostInitialize()

PreInitialize()

void PreInitialize()