Table of Contents

Class FromParamsAttribute

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

This parameter will be binded from the Params, using the [ParamMap] template.

[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
public class FromParamsAttribute : Attribute
Inheritance
object
Attribute
FromParamsAttribute

Fields

Key

Explicitly defined the key to be used for lookup. By default (Key=null) is the parameter name

public string? Key

Field Value

string