C# Class N2.Persistence.Proxying.InterceptingProxyFactory

Inheritance: N2.Persistence.Proxying.EmptyProxyFactory
Afficher le fichier Open project: Earthware/n2cms Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string typeName, object id ) : object
Initialize ( IEnumerable interceptedTypes ) : void
OnSaving ( object instance ) : bool

Private Methods

Méthode Description
ApplyToDetailsOnUnproxiedInstance ( object instance ) : bool
GetInterceptableProperties ( Type type ) : IEnumerable
GetSaveSetters ( IEnumerable interceptableProperties ) : bool>>.IEnumerable

Method Details

Create() public méthode

public Create ( string typeName, object id ) : object
typeName string
id object
Résultat object

Initialize() public méthode

public Initialize ( IEnumerable interceptedTypes ) : void
interceptedTypes IEnumerable
Résultat void

OnSaving() public méthode

public OnSaving ( object instance ) : bool
instance object
Résultat bool