C# Class Opc.Ua.Sample.HistoryReadDetails

Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
HistoryReadDetails ( ) : System
Initialize ( Opc.Ua.Sample.Session session, ReadRawModifiedDetails details, IList nodes ) : void

Initializes the control

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FromControlDateTime ( DateTime value ) : DateTime
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ToControlDateTime ( DateTime value ) : DateTime

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

HistoryReadDetails() public méthode

public HistoryReadDetails ( ) : System
Résultat System

Initialize() public méthode

Initializes the control
public Initialize ( Opc.Ua.Sample.Session session, ReadRawModifiedDetails details, IList nodes ) : void
session Opc.Ua.Sample.Session
details ReadRawModifiedDetails
nodes IList
Résultat void