ExtendedPropertyAttribute Clase

Definición

Se ha indicado que esta propiedad depende de otra propiedad para los metadatos y los cambios de valor.

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

Constructores

Nombre Description
ExtendedPropertyAttribute()

ctor predeterminado. no se proporcionó ninguna propetía primaria

ExtendedPropertyAttribute(String)

ctor

Propiedades

Nombre Description
HasParent

Indica que la propiedad tiene un conjunto de elementos primarios.

ParentPropertyName

Nombre de la propiedad primaria

Se aplica a