LoggerDevice Class

Logger Device

Definition

Namespace: Metas.Vna.Database.Loggers
Assembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
C#
[SerializableAttribute]
public class LoggerDevice : DatabaseItem, 
	ILoggerDevice, IDatabaseItem
Inheritance
Object    DatabaseItem    LoggerDevice
Implements
IDatabaseItem, ILoggerDevice

Constructors

LoggerDeviceInitializes a new instance of the LoggerDevice class

Properties

Comments Comments
Identification Identification
(Inherited from DatabaseItem)
IdNumber Id Number
(Inherited from DatabaseItem)
Settings Settings

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OpenDevice Opens Device
TestDevice Tests Device
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also