C# Class DmxPad.AttributeView

Inheritance: INotifyPropertyChanged
Show file Open project: Artfunkel/Datamodel.NET

Public Methods

Method Description
AttributeView ( Element elem, string key, int index = -1 ) : System

Protected Methods

Method Description
OnPropertyChanged ( string property ) : void

Method Details

AttributeView() public method

public AttributeView ( Element elem, string key, int index = -1 ) : System
elem Element
key string
index int
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string property ) : void
property string
return void