C# Class Spring.Aop.Framework.DynamicProxy.MockTargetSource

Useful Spring.Aop.ITargetSource implementation that checks calls to GetTarget and ReleaseTarget.
Inheritance: ITargetSource
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Свойство Type Description
gets int
releases int

Méthodes publiques

Méthode Description
GetTarget ( ) : object
ReleaseTarget ( object target ) : void
Reset ( ) : void
SetTarget ( Object target ) : void
Verify ( ) : void

Method Details

GetTarget() public méthode

public GetTarget ( ) : object
Résultat object

ReleaseTarget() public méthode

public ReleaseTarget ( object target ) : void
target object
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SetTarget() public méthode

public SetTarget ( Object target ) : void
target Object
Résultat void

Verify() public méthode

public Verify ( ) : void
Résultat void

Property Details

gets public_oe property

public int gets
Résultat int

releases public_oe property

public int releases
Résultat int