Dreamine.MVVM.Attributes 1.0.7
Dreamine.MVVM.Attributes 프로젝트의 API와 구성 요소를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.MVVM.Attributes.DreaminePropertyAttribute 클래스 참조sealed

필드를 속성 생성 대상으로 표시하는 특성입니다. 더 자세히 ...

Dreamine.MVVM.Attributes.DreaminePropertyAttribute에 대한 상속 다이어그램 :
Dreamine.MVVM.Attributes.DreaminePropertyAttribute에 대한 협력 다이어그램:

Public 멤버 함수

 DreaminePropertyAttribute (string? propertyName=null)
 DreaminePropertyAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

string? PropertyName [get]
 생성될 프로퍼티 이름을 가져옵니다.

상세한 설명

필드를 속성 생성 대상으로 표시하는 특성입니다.

이 특성이 적용된 필드는 소스 생성기에 의해 INotifyPropertyChanged 패턴을 따르는 프로퍼티 생성 대상으로 처리될 수 있습니다.

PropertyName을 지정하지 않으면 필드명을 기준으로 기본 명명 규칙이 적용됩니다.

DreaminePropertyAttribute.cs 파일의 31 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

◆ DreaminePropertyAttribute()

Dreamine.MVVM.Attributes.DreaminePropertyAttribute.DreaminePropertyAttribute ( string? propertyName = null)
inline

DreaminePropertyAttribute 클래스의 새 인스턴스를 초기화합니다.

매개변수
propertyName명시적으로 지정할 프로퍼티 이름입니다. 지정하지 않으면 기본 명명 규칙이 적용됩니다.

DreaminePropertyAttribute.cs 파일의 67 번째 라인에서 정의되었습니다.

68 {
69 PropertyName = propertyName;
70 }

다음을 참조함 : PropertyName.

속성 문서화

◆ PropertyName

string? Dreamine.MVVM.Attributes.DreaminePropertyAttribute.PropertyName
get

생성될 프로퍼티 이름을 가져옵니다.

값을 지정하지 않으면 필드명을 기준으로 자동 생성됩니다.

DreaminePropertyAttribute.cs 파일의 49 번째 라인에서 정의되었습니다.

49{ get; }

다음에 의해서 참조됨 : DreaminePropertyAttribute().


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: