Click or drag to resize

ReplDataTranslation Class

Inheritance Hierarchy
System.Object
  LSRetail.Omni.Domain.DataModel.Loyalty.Replication.ReplDataTranslation

Namespace:  LSRetail.Omni.Domain.DataModel.Loyalty.Replication
Assembly:  LSRetail.Omni.Domain.DataModel.Loyalty (in LSRetail.Omni.Domain.DataModel.Loyalty.dll) Version: LS Omni 3.7.0
Syntax
C#
public class ReplDataTranslation : IDisposable

The ReplDataTranslation type exposes the following members.

Constructors
  NameDescription
Public methodReplDataTranslation
Initializes a new instance of the ReplDataTranslation class
Top
Properties
  NameDescription
Public propertyIsDeleted
Public propertyKey
NAV Primary Key of value to translate
Public propertyLanguageCode
Language Code (ENG,ISL..)
Public propertyText
Translated Text
Public propertyTranslationId
Translation ID made up by NAV TableNo-FieldNo
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ReplDataTranslation
Top
See Also