Table of Contents

Class ApiAliasAttribute

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

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

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

Constructors

ApiAliasAttribute(string)

public ApiAliasAttribute(string Alias)

Parameters

Alias string

Fields

Alias

public string Alias

Field Value

string