Table of Contents

Class ElementBase

Namespace
LinqToDB.Configuration
Assembly
linq2db.dll

Configuration section element.

public abstract class ElementBase : ConfigurationElement
Inheritance
ElementBase
Derived
Inherited Members
Extension Methods

Constructors

ElementBase()

protected ElementBase()

Properties

Attributes

Gets collection of unknown element attributes.

public NameValueCollection Attributes { get; }

Property Value

NameValueCollection

Properties

protected override ConfigurationPropertyCollection Properties { get; }

Property Value

ConfigurationPropertyCollection

Methods

OnDeserializeUnrecognizedAttribute(string, string)

Gets a value indicating whether an unknown attribute is encountered during deserialization.

protected override bool OnDeserializeUnrecognizedAttribute(string name, string value)

Parameters

name string

The name of the unrecognized attribute.

value string

The value of the unrecognized attribute.

Returns

bool

True when an unknown attribute is encountered while deserializing.