C# Class NaturalResourcesBrush.TranslationFramework.TranslatableAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: earalov/Skylines-NaturalResourcesBrush

Public Properties

Property Type Description
identifier string

Public Methods

Method Description
TranslatableAttribute ( ) : System
TranslatableAttribute ( string identifier ) : System

Translates the specified field into the value denoted by the identifier

Method Details

TranslatableAttribute() public method

public TranslatableAttribute ( ) : System
return System

TranslatableAttribute() public method

Translates the specified field into the value denoted by the identifier
public TranslatableAttribute ( string identifier ) : System
identifier string The translation ID
return System

Property Details

identifier public_oe property

The translation ID
public string identifier
return string