Click or drag to resize

ITerminal Interface

The device on which the iikoFront application is installed.

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

The ITerminal type exposes the following members.

Properties
  NameDescription
Public propertyId (Inherited from IEntity.)
Public propertyName
Friendly name of the terminal.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates 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