System.ComponentModel.DataAnnotations.AssociationAttribute public sealed class AssociationAttribute : Attribute Documentation Code public bool IsForeignKey { get; set; } public string Name { get; } public string OtherKey { get; } public IEnumerable<string> OtherKeyMembers { get; } public string ThisKey { get; } public IEnumerable<string> ThisKeyMembers { get; } public AssociationAttribute(string name, string thisKey, string otherKey)