IndexedAttribute public class IndexedAttribute : Attribute Documentation Code public string Name { get; set; } public int Order { get; set; } public virtual bool Unique { get; set; } public IndexedAttribute() public IndexedAttribute(string name, int order)