Table of Contents

Class AutowireAttribute

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll

Autowire dependency from context's services

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true)]
public class AutowireAttribute : Attribute
Inheritance
object
Attribute
AutowireAttribute

Properties

Key

public object Key { get; set; }

Property Value

object

Required

public bool Required { get; set; }

Property Value

bool