Class LocDisplayNameAttribute
Inheritance
System.Object
LocDisplayNameAttribute
Namespace: Eco.Shared.Localization
Assembly: Eco.Shared.dll
Syntax
public class LocDisplayNameAttribute : DisplayNameAttribute
Constructors
LocDisplayNameAttribute(String)
Declaration
public LocDisplayNameAttribute(string displayName)
Parameters
Type | Name | Description |
---|---|---|
System.String | displayName |
Properties
DisplayName
Localized display name.
Declaration
public override string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
LocDisplayName
Non-resolved LocString value for the display name.
Declaration
public LocString LocDisplayName { get; protected set; }
Property Value
Type | Description |
---|---|
LocString |
Name
Not localized display name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |