C# 클래스 DmxPad.AttributeView

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Artfunkel/Datamodel.NET

공개 메소드들

메소드 설명
AttributeView ( Element elem, string key, int index = -1 ) : System

보호된 메소드들

메소드 설명
OnPropertyChanged ( string property ) : void

메소드 상세

AttributeView() 공개 메소드

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

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string property ) : void
property string
리턴 void