C# Class SuperMap.Web.Controls.LegendItemInfo

${controls_LegendItemInfo_Title}

${controls_LegendItemInfo_Description}

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
LegendItemInfo ( ) : System.Collections.ObjectModel

${controls_LegendItemInfo_constructor_None_D}

Protected Methods

Method Description
RaisePropertyChanged ( string propertyName ) : void

${controls_LegendItemInfo_method_RaisePropertyChanged_D}

Private Methods

Method Description
Attach ( LegendTree legendTree ) : void
Detach ( ) : void
GetTemplate ( ) : System.Windows.DataTemplate

Method Details

LegendItemInfo() public method

${controls_LegendItemInfo_constructor_None_D}
public LegendItemInfo ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel

RaisePropertyChanged() protected method

${controls_LegendItemInfo_method_RaisePropertyChanged_D}
protected RaisePropertyChanged ( string propertyName ) : void
propertyName string
return void