Table of Contents

Class DependsOnAPIAttribute<T>

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

Declare the API class that this module depends on. During Glow Project compilation (and deployment) the compiler will check that this API is properly implemented by some service

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class DependsOnAPIAttribute<T> : Attribute

Type Parameters

T
Inheritance
object
Attribute
DependsOnAPIAttribute<T>

Constructors

DependsOnAPIAttribute()

public DependsOnAPIAttribute()