C# Class DmxPad.AttributeView

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Artfunkel/Datamodel.NET

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnPropertyChanged ( string property ) : void

Method Details

AttributeView() public méthode

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

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string property ) : void
property string
Résultat void