''' ''' A generealization of an item with a Description and Title. ''' Any implmentation of IItem can be rendered using the ItemListView and ItemDescriptionView types. ''' Public Interface IItem ReadOnly Property Title() As String ReadOnly Property Description() As String End Interface