C# Class ExamplesLibrary.BuildSimpleDatabaseExample

Inheritance: IExample
Datei anzeigen Open project: osisoft/PI-AF-SDK-Basic-Samples

Public Methods

Method Description
Run ( ) : void

This example creates a sample AF database from basic element and attribute templates.

Private Methods

Method Description
CreateElements ( AFDatabase afDatabase ) : void
CreateEnumerationSet ( AFDatabase afDatabase ) : void
CreatePIPoints ( AFDatabase afDatabase ) : void
CreateTemplates ( AFDatabase afDatabase ) : void

Method Details

Run() public method

This example creates a sample AF database from basic element and attribute templates.
public Run ( ) : void
return void