C# 클래스 PDQTrackerServices.HistorianMetadataService

상속: GSF.ServiceModel.SelfHostingService, IHistorianMetadataService
파일 보기 프로젝트 열기: GridProtectionAlliance/pdqtracker

공개 메소드들

메소드 설명
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.

메소드 상세

GetMetadata() 공개 메소드

public GetMetadata ( string historianInstance ) : Stream
historianInstance string
리턴 Stream

HistorianMetadataService() 공개 메소드

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

LoadSettings() 공개 메소드

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

SaveSettings() 공개 메소드

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