C# Class openVisN.SignalGroup

Show file Open project: GridProtectionAlliance/openHistorian

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( object obj ) : bool
GetAllSignals ( ) : IList
GetHashCode ( ) : int
TryGetSignal ( string signalType ) : MetadataBase

Protected Methods

Method Description
GetAllSignalsNew ( ) : MetadataBase>>.List

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetAllSignals() public method

public GetAllSignals ( ) : IList
return IList

GetAllSignalsNew() protected abstract method

protected abstract GetAllSignalsNew ( ) : MetadataBase>>.List
return MetadataBase>>.List

GetHashCode() public method

public GetHashCode ( ) : int
return int

TryGetSignal() public method

public TryGetSignal ( string signalType ) : MetadataBase
signalType string
return MetadataBase