ISortAssociable public interface ISortAssociable Defines an artifact that can be associated with Sorts. Documentation int ArtifactTypeID { get; set; } The Artifact Type ID of the object the sorts are associated to. List<Sort> Sorts { get; set; } List of associated Sorts.