Babelfish Help Documentation
C#
For Babelfish Release 1.12.3.10
Show/Hide TOC
Athena
Version Constructor
Constructor that takes in a version string (e.g. 1.2.3b4) and parses it for the Major, Minor, Patch, and Build Version
Definition
Namespace:
Scopos.BabelFish.DataModel.Athena.AbstractEST
Assembly:
BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
Copy
public
AthenaVersion
(
string
versionString
)
Parameters
versionString
String
See Also
Reference
AthenaVersion Class
Scopos.BabelFish.DataModel.Athena.AbstractEST Namespace
In This Article
Definition
See Also