C# Class AdvancedLauncher.SDK.Model.NamedItem

Base item with name and IsEnabled properties, used for MenuItem or PageItem.
Inheritance: CrossDomainObject, IRemotePropertyChanged
Show file Open project: GoldRenard/DMOAdvancedLauncher

Public Methods

Method Description
NamedItem ( string Name, bool IsBinding = false ) : AdvancedLauncher.SDK.Management

Initializes a new instance of NamedItem for specified name and binding flag (false by default).

Protected Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void

Notifies property changing

Method Details

NamedItem() public method

Initializes a new instance of NamedItem for specified name and binding flag (false by default).
public NamedItem ( string Name, bool IsBinding = false ) : AdvancedLauncher.SDK.Management
Name string Item name
IsBinding bool Is it binding name
return AdvancedLauncher.SDK.Management

NotifyPropertyChanged() protected method

Notifies property changing
protected NotifyPropertyChanged ( string propertyName ) : void
propertyName string Changed property name
return void