Class IndexedAttribute
Inheritance
object
IndexedAttribute
Assembly: solution.dll
Syntax
public class IndexedAttribute : Attribute
Constructors
IndexedAttribute()
Declaration
public IndexedAttribute()
IndexedAttribute(string, int)
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