C# Класс QSOrmProject.CommonDialogs

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

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

Метод Описание
SaveBeforeCreateSlaveEntity ( Type savingEntity, Type creatingEntity ) : bool
SaveBeforePrint ( Type savingEntity, string whatPrint ) : bool
SaveBeforeSelectFromChildReference ( Type savingEntity, Type childEntity ) : bool

Описание методов

SaveBeforeCreateSlaveEntity() публичный статический Метод

public static SaveBeforeCreateSlaveEntity ( Type savingEntity, Type creatingEntity ) : bool
savingEntity System.Type
creatingEntity System.Type
Результат bool

SaveBeforePrint() публичный статический Метод

public static SaveBeforePrint ( Type savingEntity, string whatPrint ) : bool
savingEntity System.Type
whatPrint string
Результат bool

SaveBeforeSelectFromChildReference() публичный статический Метод

public static SaveBeforeSelectFromChildReference ( Type savingEntity, Type childEntity ) : bool
savingEntity System.Type
childEntity System.Type
Результат bool