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
Properties
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
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
namestringThe name of the unrecognized attribute.
valuestringThe value of the unrecognized attribute.
Returns
- bool
True when an unknown attribute is encountered while deserializing.