Represents an attribute for which values should be overwritten.

Namespace: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
[SerializableAttribute]
public sealed class SphinxAttributeOverride<TOverridable>
where TOverridable : IOverridableType
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class SphinxAttributeOverride(Of TOverridable As IOverridableType)

Type Parameters

TOverridable
The type of attribute to override.

Inheritance Hierarchy

System..::..Object
  Gronewold.SphinxConnector..::..SphinxAttributeOverride<(Of <(<'TOverridable>)>)>

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also