C# Class QSOrmProject.CommonDialogs

Afficher le fichier Open project: QualitySolution/QSProjects Class Usage Examples

Méthodes publiques

Méthode Description
SaveBeforeCreateSlaveEntity ( Type savingEntity, Type creatingEntity ) : bool
SaveBeforePrint ( Type savingEntity, string whatPrint ) : bool
SaveBeforeSelectFromChildReference ( Type savingEntity, Type childEntity ) : bool

Method Details

SaveBeforeCreateSlaveEntity() public static méthode

public static SaveBeforeCreateSlaveEntity ( Type savingEntity, Type creatingEntity ) : bool
savingEntity System.Type
creatingEntity System.Type
Résultat bool

SaveBeforePrint() public static méthode

public static SaveBeforePrint ( Type savingEntity, string whatPrint ) : bool
savingEntity System.Type
whatPrint string
Résultat bool

SaveBeforeSelectFromChildReference() public static méthode

public static SaveBeforeSelectFromChildReference ( Type savingEntity, Type childEntity ) : bool
savingEntity System.Type
childEntity System.Type
Résultat bool