C# 클래스 MvcExtensions.FNHModules.Conventions.CascadeSaveOrUpdateConvention

상속: IHasOneConvention, IHasManyConvention, IReferenceConvention
파일 보기 프로젝트 열기: ToJans/MVCExtensions

공개 메소드들

메소드 설명
Apply ( IManyToOneInstance instance ) : void
Apply ( IOneToManyCollectionInstance instance ) : void
Apply ( IOneToOneInstance instance ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( IManyToOneInstance instance ) : void
instance IManyToOneInstance
리턴 void

Apply() 공개 메소드

public Apply ( IOneToManyCollectionInstance instance ) : void
instance IOneToManyCollectionInstance
리턴 void

Apply() 공개 메소드

public Apply ( IOneToOneInstance instance ) : void
instance IOneToOneInstance
리턴 void