C# 클래스 hoTools.Utils.SQL.UtilSql

파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetAndSortEmbeddedElements() 공개 메소드

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
리턴 List

GetUsers() 공개 메소드

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

IsConnectionAvailable() 공개 메소드

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

UserHasPermission() 공개 메소드

public UserHasPermission ( string userGuid ) : System.Boolean
userGuid string
리턴 System.Boolean

UtilSql() 공개 메소드

public UtilSql ( EA rep ) : System
rep EA
리턴 System