Table of Contents

Class ModuleAliasAttribute

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

Add an alias for a module name. Aliases can be more relaxed and include character like '.'(dot), '-'(dash) etc.

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

Constructors

ModuleAliasAttribute(string)

public ModuleAliasAttribute(string Alias)

Parameters

Alias string

Fields

Alias

public string Alias

Field Value

string