IArtifact public interface IArtifact : IArtifactRef Documentation int ArtifactTypeID { get; set; } int CreatedBy { get; } DateTime CreatedOn { get; } bool DeleteFlag { get; set; } string Keywords { get; set; } int LastModifiedBy { get; } DateTime LastModifiedOn { get; } string Notes { get; set; } int? ParentArtifactID { get; set; } string TextIdentifier { get; set; }