ExtendedPropertyAttribute Class

Definition

Indicated that this property depends on another property for metadata and value changes

[System.AttributeUsage(System.AttributeTargets.Property)]
public class ExtendedPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type ExtendedPropertyAttribute = class
    inherit Attribute
Public Class ExtendedPropertyAttribute
Inherits Attribute
Inheritance
ExtendedPropertyAttribute
Attributes

Constructors

Name Description
ExtendedPropertyAttribute()

default ctor. no parent propety provided

ExtendedPropertyAttribute(String)

ctor

Properties

Name Description
HasParent

Indicates that property has a parent properety

ParentPropertyName

Parent Property name

Applies to