C# Class AddinFramework.Extension.EaExtensionClass

显示文件 Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Public Methods

Method Description
GetConnectorsBySql ( this rep, string sql ) : List
getRelease ( this rep ) : string

get EA Release as string in the form: "9","10","11","12","12.1","13"

Method Details

GetConnectorsBySql() public static method

public static GetConnectorsBySql ( this rep, string sql ) : List
rep this
sql string
return List

getRelease() public static method

get EA Release as string in the form: "9","10","11","12","12.1","13"
public static getRelease ( this rep ) : string
rep this
return string