Table of Contents

Class ServiceGroupAttribute

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

Add service to a service group

[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public class ServiceGroupAttribute : Attribute
Inheritance
object
Attribute
ServiceGroupAttribute

Constructors

ServiceGroupAttribute(string)

public ServiceGroupAttribute(string ServiceGroup)

Parameters

ServiceGroup string

Fields

ServiceGroup

public string? ServiceGroup

Field Value

string