Choice public class Choice Documentation public int ArtifactID { get; set; } public string FullPath { get; set; } public string Name { get; set; } public int Order { get; set; } public int? ParentArtifactID { get; set; } public Choice()