Class DependsOnAPIAttribute<T>
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
-
objectAttributeDependsOnAPIAttribute<T>
Constructors
DependsOnAPIAttribute()
public DependsOnAPIAttribute()