C# Class Volante.TransparentPersistenceAttribute

Inheritance: System.Runtime.Remoting.Contexts.ContextAttribute, IContributeObjectSink
显示文件 Open project: kjk/volante

Public Methods

Method Description
GetObjectSink ( MarshalByRefObject target, IMessageSink next ) : IMessageSink
IsContextOK ( Context ctx, IConstructionCallMessage ctor ) : bool
TransparentPersistenceAttribute ( ) : System

Method Details

GetObjectSink() public method

public GetObjectSink ( MarshalByRefObject target, IMessageSink next ) : IMessageSink
target System.MarshalByRefObject
next IMessageSink
return IMessageSink

IsContextOK() public method

public IsContextOK ( Context ctx, IConstructionCallMessage ctor ) : bool
ctx System.Runtime.Remoting.Contexts.Context
ctor IConstructionCallMessage
return bool

TransparentPersistenceAttribute() public method

public TransparentPersistenceAttribute ( ) : System
return System