OpcHistoryModificationInfo Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcHistoryModificationInfo type exposes the following members.

OpcHistoryModificationInfo(OpcHistoryModificationType)

C#

public OpcHistoryModificationInfo(OpcHistoryModificationType type)


Parameters

type OpcHistoryModificationType


OpcHistoryModificationInfo(OpcHistoryModificationType, String)

C#

public OpcHistoryModificationInfo(OpcHistoryModificationType type, string userName)


Parameters

type OpcHistoryModificationType


userName String


OpcHistoryModificationInfo(OpcHistoryModificationType, String, DateTime)

C#

public OpcHistoryModificationInfo(OpcHistoryModificationType type, string userName, DateTime timestamp)


Parameters

type OpcHistoryModificationType


userName String


timestamp DateTime


Time

C#

public DateTime Time { get; }


Property Value

DateTime

Type

C#

public OpcHistoryModificationType Type { get; }


Property Value

OpcHistoryModificationType

UserName

C#

public string UserName { get; }


Property Value

String

ToString()

C#

public override string ToString()


Returns

String