Represents an attribute which should be updated with new values.
Namespace: Gronewold.SphinxConnectorAssembly: 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
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.