EntityAttribute Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Ten atrybut służy do określania, że parametr metody jest powiązany z jednostką, którą można rozpoznać za pomocą implementacji IResolver.
[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=true, Inherited=true)]
[System.Serializable]
public sealed class EntityAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=true, Inherited=true)>]
[<System.Serializable>]
type EntityAttribute = class
inherit Attribute
Public NotInheritable Class EntityAttribute
Inherits Attribute
- Dziedziczenie
-
EntityAttribute
- Atrybuty
Konstruktory
| EntityAttribute(String) |
Skonstruuj obiekt EntityAttribute. |
Pola
| Name |
Nazwa jednostki. |