Artifact public class Artifact Documentation public int AccessControlListID { get; set; } public bool AccessControlListIsInherited { get; set; } public int ArtifactID { get; set; } public int ArtifactTypeID { get; set; } public int? ContainerID { get; set; } public int CreatedBy { get; set; } public DateTime CreatedOn { get; set; } public bool DeleteFlag { get; set; } public List<Guid> Guids { get; set; } public string Keywords { get; set; } public int LastModifiedBy { get; set; } public DateTime LastModifiedOn { get; set; } public string Notes { get; set; } public int? ParentArtifactID { get; set; } public string TextIdentifier { get; set; } public Artifact()