Edit

Share via


GrainReferenceAttribute Class

Definition

Identifies a concrete grain reference to an interface ID

[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
Inheritance
GrainReferenceAttribute
Inheritance
GrainReferenceAttribute
Attributes

Constructors

GrainReferenceAttribute(Type)

Initializes a new instance of the GrainReferenceAttribute class.

Properties

TargetType

Gets the type which this implementation applies to.

(Inherited from GeneratedAttribute)
TargetType

Gets the type which this implementation applies to.

(Inherited from GrainSupportClassAttribute)

Applies to