User Tools

Site Tools


thinkgeo.mapsuite.giseditor.layerlistitem

ThinkGeo.MapSuite.GisEditor.LayerListItem

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodLayerListItem Initializes a new instance of the class.
Public MethodLayerListItem Object Initializes a new instance of the class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object
Protected MethodOnPropertyChanged String Called when changed.

Public Properties

Name Return DeclaringType Summary
Public PropertyBackgroundBrush Brush Gets the background brush.
Public PropertyCheckBoxVisibility Visibility Gets or sets the check box visibility.
Public PropertyChildren ObservableCollection<LayerListItem> Gets the children.
Public PropertyChildrenContainerVisibility Visibility Gets or sets the children container visibility.
Public PropertyConcreteObject Object Gets or sets the concrete object.
Public PropertyContextMenuItems Collection<MenuItem> Gets the context menu items.
Public PropertyDoubleClicked Action Gets or sets the double clicked.
Public PropertyExpandButtonVisibility Visibility Gets or sets the expand button visibility.
Public PropertyFontBrush Brush Gets or sets the font brush.
Public PropertyFontStyle FontStyle Gets or sets the font style.
Public PropertyFontWeight FontWeight Gets or sets the font weight.
Public PropertyHighlightBackgroundBrush Brush Gets or sets the highlight background brush.
Public PropertyIsChecked Boolean Gets or sets a value indicating whether this instance is checked.
Public PropertyIsExpanded Boolean Gets or sets a value indicating whether this instance is expanded.
Public PropertyIsRenaming Boolean Gets or sets a value indicating whether this instance is renaming.
Public PropertyIsSelected Boolean Gets or sets a value indicating whether this instance is selected.
Public PropertyLowerLineVisibility Visibility Gets or sets the lower line visibility.
Public PropertyName String Gets or sets the name.
Public PropertyParent LayerListItem Gets or sets the parent.
Public PropertyPreviewImage Image Gets or sets the preview image.
Public PropertySideImage Image Gets or sets the side image.
Public PropertyUpperLineVisibility Visibility Gets or sets the upper line visibility.
Public PropertyWarningImage Image Gets or sets the warning image.
Public PropertyWarningImageVisibility Visibility Gets or sets the warning image visibility.

Protected Properties

Name Return DeclaringType Summary
Protected PropertyNameCore String Gets or sets the name core.

Public Events

Name Event Arguments DeclaringType Summary
Public EventPropertyChanged PropertyChangedEventArgs Occurs when changed.

Public Constructors

LayerListItem()

Initializes a new instance of the class.

Parameters

Name Type Description

Go Back

LayerListItem(Object)

Initializes a new instance of the class.

Parameters

Name Type Description
concreteObject Object<!– System.Object –> The concrete object.

Go Back

Protected Constructors

Public Methods

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OnPropertyChanged(String)

Called when changed.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
propertyName String<!– System.String –> Name of the property.

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

Public Properties

BackgroundBrush

Gets the background brush.

Return Value

Return Type
Brush<!– System.Windows.Media.Brush –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

CheckBoxVisibility

Gets or sets the check box visibility.

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

Children

Gets the children.

Return Value

Return Type
ObservableCollection<LayerListItem><!– System.Collections.ObjectModel.ObservableCollection{ThinkGeo.MapSuite.GisEditor.LayerListItem} –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

ChildrenContainerVisibility

Gets or sets the children container visibility.

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

ConcreteObject

Gets or sets the concrete object.

Return Value

Return Type
Object<!– System.Object –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

ContextMenuItems

Gets the context menu items.

Return Value

Return Type
Collection<MenuItem><!– System.Collections.ObjectModel.Collection{System.Windows.Controls.MenuItem} –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

DoubleClicked

Gets or sets the double clicked.

Return Value

Return Type
Action<!– System.Action –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

ExpandButtonVisibility

Gets or sets the expand button visibility.

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

FontBrush

Gets or sets the font brush.

Return Value

Return Type
Brush<!– System.Windows.Media.Brush –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

FontStyle

Gets or sets the font style.

Return Value

Return Type
FontStyle<!– System.Windows.FontStyle –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

FontWeight

Gets or sets the font weight.

Return Value

Return Type
FontWeight<!– System.Windows.FontWeight –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

HighlightBackgroundBrush

Gets or sets the highlight background brush.

Return Value

Return Type
Brush<!– System.Windows.Media.Brush –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

IsChecked

Gets or sets a value indicating whether this instance is checked.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

IsExpanded

Gets or sets a value indicating whether this instance is expanded.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

IsRenaming

Gets or sets a value indicating whether this instance is renaming.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

IsSelected

Gets or sets a value indicating whether this instance is selected.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

LowerLineVisibility

Gets or sets the lower line visibility.

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

Name

Gets or sets the name.

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

Parent

Gets or sets the parent.

Return Value

Return Type
LayerListItem<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

PreviewImage

Gets or sets the preview image.

Return Value

Return Type
Image<!– System.Windows.Controls.Image –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

SideImage

Gets or sets the side image.

Return Value

Return Type
Image<!– System.Windows.Controls.Image –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

UpperLineVisibility

Gets or sets the upper line visibility.

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

WarningImage

Gets or sets the warning image.

Return Value

Return Type
Image<!– System.Windows.Controls.Image –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

WarningImageVisibility

Gets or sets the warning image visibility.

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

Protected Properties

NameCore

Gets or sets the name core.

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

Public Events

PropertyChanged

Occurs when changed.

Event Arguments

Event Arguments
PropertyChangedEventArgs<!– System.ComponentModel.PropertyChangedEventArgs –>

<!– ThinkGeo.MapSuite.GisEditor.LayerListItem –> Go Back

NOTOC GisEditorInfrastructure ThinkGeo.MapSuite.GisEditor UpdateDocumentation

thinkgeo.mapsuite.giseditor.layerlistitem.txt · Last modified: 2017/03/16 21:59 (external edit)