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 methodComboGroupIdAndNameInitializes a new instance of the ComboGroupIdAndName class
Top
Properties
 NameDescription
Public propertyGroupId 
Public propertyGroupName 
Top
Methods
 NameDescription
Public methodEquals(ComboGroupIdAndName) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also