Click or drag to resize

ICardInputResult Interface

Slided card.

Namespace:  Resto.Front.Api.V5.Data.View
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
public interface ICardInputResult : ISerializable, 
	IInputResult

The ICardInputResult type exposes the following members.

Properties
  NameDescription
Public propertyFullCardTrack
Full card track.
Public propertyTrack1
First part of track.
Public propertyTrack2
Second part of track.
Public propertyTrack3
Third part of track.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also