BackingFieldAttribute Classe

Definizione

Assegna un nome al campo di backing associato a questa proprietà o proprietà di spostamento.

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class BackingFieldAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type BackingFieldAttribute = class
    inherit Attribute
Public NotInheritable Class BackingFieldAttribute
Inherits Attribute
Ereditarietà
BackingFieldAttribute
Attributi

Commenti

Per altre informazioni ed esempi, vedere Modellazione di tipi di entità e relazioni .

Costruttori

BackingFieldAttribute(String)

Inizializza una nuova istanza della classe BackingFieldAttribute.

Proprietà

Name

Nome del campo di backing.

Si applica a