Свойство | Тип | Описание | |
---|---|---|---|
project | IMgaProject |
Метод | Описание | |
---|---|---|
AbortTransaction ( ) : void | ||
BeginTransaction ( transactiontype_enum mode = transactiontype_enum.TRANSACTION_GENERAL ) : void | ||
CommitTransaction ( ) : void | ||
GetMetaByName ( string name ) : IMgaMetaBase | ||
MgaGateway ( IMgaProject project ) : GME.MGA | ||
PerformInTransaction ( voidDelegate d, transactiontype_enum mode = transactiontype_enum.TRANSACTION_NON_NESTED, bool abort = true ) : void |
public BeginTransaction ( transactiontype_enum mode = transactiontype_enum.TRANSACTION_GENERAL ) : void | ||
mode | transactiontype_enum | |
Результат | void |
public GetMetaByName ( string name ) : IMgaMetaBase | ||
name | string | |
Результат | IMgaMetaBase |
public MgaGateway ( IMgaProject project ) : GME.MGA | ||
project | IMgaProject | |
Результат | GME.MGA |
public PerformInTransaction ( voidDelegate d, transactiontype_enum mode = transactiontype_enum.TRANSACTION_NON_NESTED, bool abort = true ) : void | ||
d | voidDelegate | |
mode | transactiontype_enum | |
abort | bool | |
Результат | void |