Class RedbAliasAttribute

Assembly: redb.Core.dll

Attribute for specifying a human-readable alias
Applied to enum values (ListItem.Alias) and Props properties (Structure.Alias)

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class RedbAliasAttribute : Attribute

Inheritance

ObjectAttributeRedbAliasAttribute

Properties

Alias

public string Alias { get; }

Constructors