Field public class Field : IHasArtifactID, IHasIdentifyingInformation, IHasGuids, IHasName, IHasViewFieldID 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()