C# 클래스 QSOrmProject.CommonDialogs

파일 보기 프로젝트 열기: QualitySolution/QSProjects 1 사용 예제들

공개 메소드들

메소드 설명
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