Class IndexAttribute
Inheritance
System.Object
System.Attribute
IndexAttribute
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
[Obsolete("Indexes are defined in the XML metadata, not by using this attribute. Please see the programmers guide for more information.")]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class IndexAttribute : Attribute, _Attribute
Constructors
IndexAttribute(String, String)
Declaration
public IndexAttribute(string indexName, string memberDescription)
Parameters
System.
|
System.
|
IndexAttribute(String, String, String)
Declaration
public IndexAttribute(string indexName, string memberDescription1, string memberDescription2)
Parameters
System.
|
System.
|
System.
|
IndexAttribute(String, String, String, String)
Declaration
public IndexAttribute(string indexName, string memberDescription1, string memberDescription2, string memberDescription3)
Parameters
System.
|
System.
|
System.
|
System.
|
IndexAttribute(String, String[])
Declaration
public IndexAttribute(string indexName, params string[] memberDescriptions)
Parameters
System.
|
System.
|
Properties
Descending
Declaration
public bool[] Descending { get; }
Property Value
System.
|
DescendingSet
Declaration
public bool[] DescendingSet { get; }
Property Value
System.
|
FieldNames
Declaration
public string[] FieldNames { get; }
Property Value
System.
|
Fulltext
Declaration
public bool Fulltext { get; set; }
Property Value
System.
|
FulltextSet
Declaration
public bool FulltextSet { get; }
Property Value
System.
|
Name
Declaration
public string Name { get; }
Property Value
System.
|
Significance
Declaration
public short[] Significance { get; }
Property Value
System.
|
SignificanceSet
Declaration
public bool[] SignificanceSet { get; }
Property Value
System.
|
Unique
Declaration
public bool Unique { get; set; }
Property Value
System.
|
UniqueSet
Declaration
public bool UniqueSet { get; }
Property Value
System.
|