Skip to content

T_NChronicle_Core_Model_ChronicleConfiguration

Andy James edited this page Aug 3, 2017 · 1 revision

ChronicleConfiguration Class

Container for Chronicle configuration.

Inheritance Hierarchy

System.Object
  NChronicle.Core.Model.ChronicleConfiguration
Namespace: NChronicle.Core.Model
Assembly: NChronicle.Core (in NChronicle.Core.dll) Version: 1.0.3.0 (1.0.3.0)

Syntax

C#

public class ChronicleConfiguration : IXmlSerializable

VB

Public Class ChronicleConfiguration
	Implements IXmlSerializable

F#

type ChronicleConfiguration =  
    class
        interface IXmlSerializable
    end

The ChronicleConfiguration type exposes the following members.

Methods

 

Name Description
Public method Clone Create a clone of this Chronicle configuration.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetSchema Required for XML serialization, this method offers no functionality.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ReadXml Populate configuration from XML via the specified XmlReader.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method WithLibrary Add an IChronicleLibrary instance to this configuration.
Public method WriteXml Write configuration to XML via the specified XmlWriter.
  Back to Top

See Also

Reference

NChronicle.Core.Model Namespace

NChronicle

ChronicleConfigurationDelegate

IChronicle

IChronicleLibrary

Chronicle

ChronicleConfiguration

ChronicleLevel

ChronicleRecord

Clone this wiki locally