C# Class Opc.Ua.Sample.HistoryReadDetails

ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

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

Initializes the control

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

HistoryReadDetails() public method

public HistoryReadDetails ( ) : System
return System

Initialize() public method

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