|
Dreamine.MVVM.Generators 1.0.13
Dreamine.MVVM.Generators 프로젝트의 API와 구성 요소를 제공합니다.
|
Attribute 심볼 집합을 나타냅니다. 더 자세히 ...
Public 멤버 함수 | |
| AttributeSymbolSet (INamedTypeSymbol? modelAttribute, INamedTypeSymbol? eventAttribute, INamedTypeSymbol? propertyAttribute) | |
| AttributeSymbolSet 클래스의 새 인스턴스를 초기화합니다. | |
속성 | |
| INamedTypeSymbol? | ModelAttribute [get] |
| Model Attribute 심볼을 가져옵니다. | |
| INamedTypeSymbol? | EventAttribute [get] |
| Event Attribute 심볼을 가져옵니다. | |
| INamedTypeSymbol? | PropertyAttribute [get] |
| Property Attribute 심볼을 가져옵니다. | |
| bool | IsIncomplete [get] |
| 필수 심볼이 모두 준비되었는지 여부를 가져옵니다. | |
Attribute 심볼 집합을 나타냅니다.
DreamineAutoWiringGenerator.cs 파일의 447 번째 라인에서 정의되었습니다.
|
inline |
AttributeSymbolSet 클래스의 새 인스턴스를 초기화합니다.
| modelAttribute | Model Attribute 심볼입니다. |
| eventAttribute | Event Attribute 심볼입니다. |
| propertyAttribute | Property Attribute 심볼입니다. |
DreamineAutoWiringGenerator.cs 파일의 455 번째 라인에서 정의되었습니다.
다음을 참조함 : EventAttribute, ModelAttribute, PropertyAttribute.
|
get |
Event Attribute 심볼을 가져옵니다.
DreamineAutoWiringGenerator.cs 파일의 473 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AttributeSymbolSet().
|
get |
필수 심볼이 모두 준비되었는지 여부를 가져옵니다.
DreamineAutoWiringGenerator.cs 파일의 483 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.MVVM.Generators.DreamineAutoWiringGenerator.TryCreateCandidate().
|
get |
Model Attribute 심볼을 가져옵니다.
DreamineAutoWiringGenerator.cs 파일의 468 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AttributeSymbolSet().
|
get |
Property Attribute 심볼을 가져옵니다.
DreamineAutoWiringGenerator.cs 파일의 478 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AttributeSymbolSet().