Table of Contents

Class Translation

Namespace
GastroSky.Models
Assembly
GastroSky.Models.dll

Translations table. Translation SKU format: GSKY-TRNS-{From language}-{To language}-{MIN or WORD}-V{Version number}

[Table("Translations")]
public class Translation : Product
Inheritance
Translation
Inherited Members

Properties

From

public Language From { get; set; }

Property Value

Language

IsMinimumRate

public bool IsMinimumRate { get; set; }

Property Value

bool

To

public Language To { get; set; }

Property Value

Language