Represents an attribute which should be updated with new values.

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

Syntax

C#
[SerializableAttribute]
public class SphinxAttributeUpdate<TUpdateable>
where TUpdateable : IUpdateableType
Visual Basic
<SerializableAttribute> _
Public Class SphinxAttributeUpdate(Of TUpdateable As IUpdateableType)

Type Parameters

TUpdateable
The type of the attribute to update.

Inheritance Hierarchy

System..::..Object
  Gronewold.SphinxConnector..::..SphinxAttributeUpdate<(Of <(<'TUpdateable>)>)>

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