Click or drag to resize

ReplImage Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.ReplicationReplImage

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

The ReplImage type exposes the following members.

Constructors
  NameDescription
Public methodReplImage
Initializes a new instance of the ReplImage class
Top
Properties
  NameDescription
Public propertyDescription
Public propertyId
Public propertyImage64
Image as base64 string
Public propertyIsDeleted
Public propertyLocation
Location of file or URL
Public propertyLocationType
LocationType File = 0, Image = 1, Url = 2, NoImage = 3,
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ReplImage
Top
See Also