Class AssetAliasAttribute
Associates a type name used in YAML content.
public class AssetAliasAttribute : Attribute
  - Inheritance
 - 
      objectAssetAliasAttribute
 
- Inherited Members
 
Constructors
AssetAliasAttribute(string)
Initializes a new instance of the AssetAliasAttribute class.
public AssetAliasAttribute(string alias)
  Parameters
aliasstringThe type name.
Properties
Alias
Gets the type name.
public string Alias { get; }
  Property Value
- string
 The type name.