C# Class hoTools.Utils.SQL.UtilSql

Exibir arquivo Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools Class Usage Examples

Public Methods

Method Description
GetAndSortEmbeddedElements ( EA el, string objectType, string stereotype, string direction ) : List

Get embedded elements and sort them according to name (ASC) - objectType which embedded element is selected - stereotype: Inner part of SQL in clause - direction: If stereotype != "" then this is the sort order of the column stereotype

GetUsers ( ) : List

Get users of EA element - t_secuser

IsConnectionAvailable ( EA srcEl, EA trgtEl ) : System.Boolean
UserHasPermission ( string userGuid ) : System.Boolean
UtilSql ( EA rep ) : System

Method Details

GetAndSortEmbeddedElements() public method

Get embedded elements and sort them according to name (ASC) - objectType which embedded element is selected - stereotype: Inner part of SQL in clause - direction: If stereotype != "" then this is the sort order of the column stereotype
public GetAndSortEmbeddedElements ( EA el, string objectType, string stereotype, string direction ) : List
el EA
objectType string
stereotype string
direction string
return List

GetUsers() public method

Get users of EA element - t_secuser
public GetUsers ( ) : List
return List

IsConnectionAvailable() public method

public IsConnectionAvailable ( EA srcEl, EA trgtEl ) : System.Boolean
srcEl EA
trgtEl EA
return System.Boolean

UserHasPermission() public method

public UserHasPermission ( string userGuid ) : System.Boolean
userGuid string
return System.Boolean

UtilSql() public method

public UtilSql ( EA rep ) : System
rep EA
return System