Represents the base for a control that displays an entity based on an entity data item.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)]
[TemplatePartAttribute(Name = "PART_ScrollViewer", Type = typeof(ScrollViewer))]
public class EntityViewBase : ContentControl, 
	IEntityView, IExportableControl
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _
<TemplatePartAttribute(Name := "PART_ScrollViewer", Type := GetType(ScrollViewer))> _
Public Class EntityViewBase _
	Inherits ContentControl _
	Implements IEntityView, IExportableControl

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              DlhSoft.Windows.Controls.Primitives..::.ContentControlBase
                DlhSoft.Windows.Controls..::.ContentControl
                  DlhSoft.Windows.Controls..::.EntityViewBase
                    DlhSoft.Windows.Controls..::.ScheduleDefinitionView

See Also