C# Class Cocktail.DefaultEntityManagerSyncInterceptor

Inheritance: IEntityManagerSyncInterceptor
Mostra file Open project: IdeaBlade/Punch

Public Methods

Method Description
ShouldExportEntity ( object entity ) : bool

Internal use.

ShouldImportEntity ( object entity ) : bool

Internal use.

Method Details

ShouldExportEntity() public method

Internal use.
public ShouldExportEntity ( object entity ) : bool
entity object
return bool

ShouldImportEntity() public method

Internal use.
public ShouldImportEntity ( object entity ) : bool
entity object
return bool