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
属性

コンストラクター

名前 説明
ExtendedPropertyAttribute()

既定の ctor。 親のペットが指定されていません

ExtendedPropertyAttribute(String)

ctor

プロパティ

名前 説明
HasParent

プロパティに親のプロパティがあることを示します

ParentPropertyName

親プロパティ名

適用対象