Class IndexedAttribute
  
Inheritance
IndexedAttribute
 
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class IndexedAttribute : Attribute, _Attribute
 
Constructors
  
IndexedAttribute()
Declaration
public IndexedAttribute()
 
IndexedAttribute(String, Int32)
Declaration
public IndexedAttribute(string name, int order)
 
Parameters
Properties
  
Name
Declaration
public string Name { get; set; }
 
Property Value
Order
Declaration
public int Order { get; set; }
 
Property Value
Unique
Declaration
public virtual bool Unique { get; set; }
 
Property Value
Extension Methods