C# Class PageTypeBuilder.Activation.PageTypePropertiesProxyGenerationHook

Inheritance: IProxyGenerationHook
Show file Open project: joelabrahamsson/Page-Type-Builder

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MethodsInspected ( ) : void
NonProxyableMemberNotification ( Type type, System memberInfo ) : void
NonVirtualMemberNotification ( Type type, System memberInfo ) : void
ShouldInterceptMethod ( Type type, System memberInfo ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MethodsInspected() public method

public MethodsInspected ( ) : void
return void

NonProxyableMemberNotification() public method

public NonProxyableMemberNotification ( Type type, System memberInfo ) : void
type System.Type
memberInfo System
return void

NonVirtualMemberNotification() public method

public NonVirtualMemberNotification ( Type type, System memberInfo ) : void
type System.Type
memberInfo System
return void

ShouldInterceptMethod() public method

public ShouldInterceptMethod ( Type type, System memberInfo ) : bool
type System.Type
memberInfo System
return bool