ChoiceInfo public class ChoiceInfo Documentation public int ArtifactID { get; set; } public int CodeTypeID { get; set; } public string Name { get; set; } public int Order { get; set; } public int ParentArtifactID { get; set; } public ChoiceInfo() public ChoiceInfo(DataRow row)