Class Localizables
Inheritance
System.Object
Localizables
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Vortex.Localizations
Assembly: Vortex.Connector.dll
Syntax
public class Localizables
Properties
Key
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Location
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Original
Declaration
[JsonIgnore]
public string Original { get; }
Property Value
Type | Description |
---|---|
System.String |
Translation
Declaration
public string Translation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Used
Declaration
public bool Used { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |