Class DependsOnAPIAttribute
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
-
objectAttributeDependsOnAPIAttribute
Constructors
DependsOnAPIAttribute(Type)
public DependsOnAPIAttribute(Type API)
Parameters
API
Type
Fields
API
public Type API