C# Class PDQTrackerServices.HistorianMetadataService

Inheritance: GSF.ServiceModel.SelfHostingService, IHistorianMetadataService
Mostra file Open project: GridProtectionAlliance/pdqtracker

Public Methods

Method Description
GetMetadata ( string historianInstance ) : Stream
HistorianMetadataService ( ) : System

Initializes a new instance of the HistorianMetadataService class.

LoadSettings ( ) : void

Loads saved HistorianMetadataService settings from the config file if the RestService.PersistSettings property is set to true.

SaveSettings ( ) : void

Saves HistorianMetadataService settings to the config file if the RestService.PersistSettings property is set to true.

Method Details

GetMetadata() public method

public GetMetadata ( string historianInstance ) : Stream
historianInstance string
return Stream

HistorianMetadataService() public method

Initializes a new instance of the HistorianMetadataService class.
public HistorianMetadataService ( ) : System
return System

LoadSettings() public method

Loads saved HistorianMetadataService settings from the config file if the RestService.PersistSettings property is set to true.
public LoadSettings ( ) : void
return void

SaveSettings() public method

Saves HistorianMetadataService settings to the config file if the RestService.PersistSettings property is set to true.
public SaveSettings ( ) : void
return void