C# Class GSF.Units.EE.SignalKindExtensions

Defines extension functions for the SignalKind enumeration.
Show file Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
GetAcronym ( this signal ) : string

Gets the acronym for the specified SignalKind.

Private Methods

Method Description
ParseSignalKind ( this acronym ) : SignalKind

Method Details

GetAcronym() public static method

Gets the acronym for the specified SignalKind.
public static GetAcronym ( this signal ) : string
signal this to convert to an acronym.
return string