Click or drag to resize

IFavorite Interface

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Favorites
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntax
C#
public interface IFavorite : IEntity, 
	IEquatable<IFavorite>

The IFavorite type exposes the following members.

Properties
  NameDescription
Public propertyId (Inherited from IEntity.)
Public propertyName
Top
Methods
  NameDescription
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableIFavorite.)
Top
See Also