Table of Contents

Class DependsOnAPIAttribute

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 : Attribute
Inheritance
object
Attribute
DependsOnAPIAttribute

Constructors

DependsOnAPIAttribute(Type)

public DependsOnAPIAttribute(Type API)

Parameters

API Type

Fields

API

public Type API

Field Value

Type