Table of Contents

Class CodeSnippetKeyResolver

Namespace
SharpVectors.Renderers
Assembly
SharpVectors.Rendering.Wpf.dll
[Serializable]
public sealed class CodeSnippetKeyResolver : WpfSettings<CodeSnippetKeyResolver>, ICloneable, IResourceKeyResolver, IXmlSerializable
Inheritance
CodeSnippetKeyResolver
Implements
Inherited Members

Constructors

CodeSnippetKeyResolver()
CodeSnippetKeyResolver(string, string)

Fields

SnippetClass

Properties

CodeLangugage
CodeSnippet
IsValid

Gets a value specifying whether the resource key resolver is valid or not.

ResolverType

Gets a value specifying the resource key resolver type.

Methods

BeginResolve()

This signals the start of a resource key resolving process.

Clone()

This creates a new build object that is a deep copy of the current instance.

CompileResolver(string, string)
CompileSnippet(string, string)
EndResolve()

This signals the end of a resource key resolving process.

ReadXml(XmlReader)

This reads and sets its state or attributes stored in a XML format with the given reader.

Resolve(DependencyObject, int, string, string)

Generates the resource key to be applied to the specified resource object, created from the file name and from the specified source (directory).

WriteXml(XmlWriter)

This writes the current state or attributes of this object, in the XML format, to the media or storage accessible by the given writer.