Table of Contents

Class FromServicesAttribute

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

This parameter will be binded from the ServiceProvider.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter, AllowMultiple = false)]
public class FromServicesAttribute : Attribute
Inheritance
object
Attribute
FromServicesAttribute

Properties

Key

public object Key { get; set; }

Property Value

object

Required

public bool Required { get; set; }

Property Value

bool