C# Класс hoTools.Utils.SQL.UtilSql

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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