Click or drag to resize

ComboGroupIdAndName Class

Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.OrdersComboGroupIdAndName

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
[SerializableAttribute]
public sealed class ComboGroupIdAndName : IEquatable<ComboGroupIdAndName>

The ComboGroupIdAndName type exposes the following members.

Constructors
  NameDescription
Public methodComboGroupIdAndName
Initializes a new instance of the ComboGroupIdAndName class
Top
Properties
  NameDescription
Public propertyGroupId
Public propertyGroupName
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(ComboGroupIdAndName)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also