Class CodecNameAttribute
Represents an attribute that is used to name a Codec, if a name other than the default Codec naming convention is desired.
Inherited Members
System.Attribute.Equals(System.Object)
System.Attribute.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class CodecNameAttribute : ServiceNameAttribute
Constructors
| Improve this Doc View SourceCodecNameAttribute(String)
Declaration
public CodecNameAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |