Table of Contents

Class ServiceGroupExcludeAttribute

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

Exclude service from a service group

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

Constructors

ServiceGroupExcludeAttribute(string)

public ServiceGroupExcludeAttribute(string ServiceGroup)

Parameters

ServiceGroup string

Fields

ServiceGroup

public string? ServiceGroup

Field Value

string