C# Class HistorianView.MainWindow.MetadataWrapper

This is a wrapper around a MetadataRecord that allows auto-generation of columns in the data grid based on the public properties of this class.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Méthodes publiques

Méthode Description
GetMetadata ( ) : Metadata

Returns the wrapped Metadata.

MetadataWrapper ( Metadata metadata ) : System

Creates a new instance of the MetadataWrapper class.

Private Methods

Méthode Description
OnPropertyChanged ( string propertyName ) : void
ValidateSignalType ( string signalType ) : string

Method Details

GetMetadata() public méthode

Returns the wrapped Metadata.
public GetMetadata ( ) : Metadata
Résultat Metadata

MetadataWrapper() public méthode

Creates a new instance of the MetadataWrapper class.
public MetadataWrapper ( Metadata metadata ) : System
metadata Metadata The to be wrapped.
Résultat System