ExtendedPropertyAttribute 클래스

정의

이 속성은 메타데이터 및 값 변경에 대한 다른 속성에 따라 달라지게 됩니다.

[System.AttributeUsage(System.AttributeTargets.Property)]
public class ExtendedPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type ExtendedPropertyAttribute = class
    inherit Attribute
Public Class ExtendedPropertyAttribute
Inherits Attribute
상속
ExtendedPropertyAttribute
특성

생성자

Name Description
ExtendedPropertyAttribute()

기본 ctor입니다. 부모 전파가 제공되지 않음

ExtendedPropertyAttribute(String)

ctor

속성

Name Description
HasParent

속성에 부모 적절한 속성이 있음을 나타냅니다.

ParentPropertyName

부모 속성 이름

적용 대상