Compartir a través de


GrainReferenceAttribute Clase

Definición

Identifica una referencia de grano concreta a un identificador de interfaz.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class GrainReferenceAttribute : Orleans.CodeGeneration.GeneratedAttribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class GrainReferenceAttribute : Orleans.CodeGeneration.GrainSupportClassAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type GrainReferenceAttribute = class
    inherit GeneratedAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type GrainReferenceAttribute = class
    inherit GrainSupportClassAttribute
Public NotInheritable Class GrainReferenceAttribute
Inherits GeneratedAttribute
Public NotInheritable Class GrainReferenceAttribute
Inherits GrainSupportClassAttribute
Herencia
GrainReferenceAttribute
Herencia
GrainReferenceAttribute
Atributos

Constructores

GrainReferenceAttribute(Type)

Inicializa una nueva instancia de la clase GrainReferenceAttribute.

Propiedades

TargetType

Obtiene el tipo al que se aplica esta implementación.

(Heredado de GeneratedAttribute)
TargetType

Obtiene el tipo al que se aplica esta implementación.

(Heredado de GrainSupportClassAttribute)

Se aplica a