Table of Contents

Class ParamMapAttribute

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

Provide a template to be used for mapping/binding parameters from the Params property

[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class ParamMapAttribute : Attribute
Inheritance
object
Attribute
ParamMapAttribute

Constructors

ParamMapAttribute(string?)

public ParamMapAttribute(string? Template)

Parameters

Template string

Fields

Template

Template to use. eg "/Customer/{customerId}/Booking/{bookingId}"

public string? Template

Field Value

string