The payload of a Token. See also {@link Payload}.

Namespace: Lucene.Net.Analysis.Tokenattributes
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[SerializableAttribute]
public class PayloadAttributeImpl : AttributeImpl, 
	PayloadAttribute, Attribute, ICloneable
Visual Basic
<SerializableAttribute> _
Public Class PayloadAttributeImpl _
	Inherits AttributeImpl _
	Implements PayloadAttribute, Attribute, ICloneable
Visual C++
[SerializableAttribute]
public ref class PayloadAttributeImpl : public AttributeImpl, 
	PayloadAttribute, Attribute, ICloneable

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Util..::..AttributeImpl
    Lucene.Net.Analysis.Tokenattributes..::..PayloadAttributeImpl

See Also