Public Interface IAdminForm ''' ''' Used to deliver the primary key for loading an existing entity. ''' Property PrimaryKey As Integer ''' ''' Did the user change one or more properties in this form? ''' Property HasChanges As Boolean ''' ''' Is the user creating a new object or editing an existing one? ''' ''' Property IsInsert As Boolean ''' ''' Function to delete the currently openened object ''' Function DeleteData() As Boolean End Interface