C# Class QSOrmProject.CommonDialogs

ファイルを表示 Open project: QualitySolution/QSProjects Class Usage Examples

Public Methods

Method Description
SaveBeforeCreateSlaveEntity ( Type savingEntity, Type creatingEntity ) : bool
SaveBeforePrint ( Type savingEntity, string whatPrint ) : bool
SaveBeforeSelectFromChildReference ( Type savingEntity, Type childEntity ) : bool

Method Details

SaveBeforeCreateSlaveEntity() public static method

public static SaveBeforeCreateSlaveEntity ( Type savingEntity, Type creatingEntity ) : bool
savingEntity System.Type
creatingEntity System.Type
return bool

SaveBeforePrint() public static method

public static SaveBeforePrint ( Type savingEntity, string whatPrint ) : bool
savingEntity System.Type
whatPrint string
return bool

SaveBeforeSelectFromChildReference() public static method

public static SaveBeforeSelectFromChildReference ( Type savingEntity, Type childEntity ) : bool
savingEntity System.Type
childEntity System.Type
return bool