C# 클래스 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.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

공개 메소드들

메소드 설명
GetMetadata ( ) : Metadata

Returns the wrapped Metadata.

MetadataWrapper ( Metadata metadata ) : System

Creates a new instance of the MetadataWrapper class.

비공개 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void
ValidateSignalType ( string signalType ) : string

메소드 상세

GetMetadata() 공개 메소드

Returns the wrapped Metadata.
public GetMetadata ( ) : Metadata
리턴 Metadata

MetadataWrapper() 공개 메소드

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