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

Properties

Attributes

Gets collection of unknown element attributes.

public NameValueCollection Attributes { get; }

Property Value

NameValueCollection

Properties

Gets the collection of properties.

protected override ConfigurationPropertyCollection Properties { get; }

Property Value

ConfigurationPropertyCollection

The ConfigurationPropertyCollection of properties for the element.

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.