Click or drag to resize

IContextOperator Interface

Interface for a class which works with a data context.

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public interface IContextOperator

The IContextOperator type exposes the following members.

Methods
  NameDescription
Public methodOnContextChanged
Called when the context this operator works with changed.
Top
See Also