Click or drag to resize

ITerminal Interface

The device on which the Syrve POS application is installed.

Namespace: Resto.Front.Api.Data.Organization
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public interface ITerminal : ISerializable, 
	IEntity

The ITerminal type exposes the following members.

Properties
 NameDescription
Public propertyId
(Inherited from IEntity)
Public propertyNameFriendly name of the terminal.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
Extension Methods
 NameDescription
Public Extension MethodTryGetTerminalAddress Returns address of the specified terminal or null if the terminal is not available. The address can be IPv4/IPv6/Domain name/Netbios name.
(Defined by OperationArgumentExtensions)
Top
See Also