C# 클래스 Catel.MVVM.InterestedInAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Catel/Catel 1 사용 예제들

공개 메소드들

메소드 설명
InterestedInAttribute ( Type viewModelType ) : System

Initializes a new instance of the InterestedInAttribute class.

메소드 상세

InterestedInAttribute() 공개 메소드

Initializes a new instance of the InterestedInAttribute class.
The is null.
public InterestedInAttribute ( Type viewModelType ) : System
viewModelType System.Type Type of the view model.
리턴 System