Field public class Field : IHaveArtifactID, IHaveGuids, IHaveName, IHaveViewFieldID, IHaveIdentifyingInformation Documentation public int ArtifactID { get; set; } public FieldCategory FieldCategory { get; set; } public FieldType FieldType { get; set; } public List<Guid> Guids { get; set; } public string Name { get; set; } public int ViewFieldID { get; set; } public Field()