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

모델 연결 대상을 표시하는 특성입니다. 더 자세히 ...

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

Public 멤버 함수

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

속성

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

상세한 설명

모델 연결 대상을 표시하는 특성입니다.

이 특성은 클래스 또는 필드에 적용되며, 소스 생성기 또는 프레임워크 로직에서 모델 관련 멤버를 식별하는 데 사용됩니다.

PropertyName이 지정되면 생성될 프로퍼티 이름으로 사용되고, 지정하지 않으면 기본 명명 규칙이 적용됩니다.

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

생성자 & 소멸자 문서화

◆ DreamineModelAttribute()

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

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

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

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

69 {
70 PropertyName = propertyName;
71 }

다음을 참조함 : PropertyName.

속성 문서화

◆ PropertyName

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

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

값을 지정하지 않으면 필드명 또는 대상 이름을 기준으로 자동 생성됩니다.

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

50{ get; }

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


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