Interface ISchemaEvalContext
- Namespace
 - Tlabs.Data.Processing
 
- Assembly
 - Tlabs.Data.dll
 
Schema evaluation context.
public interface ISchemaEvalContext
  - Extension Methods
 
Methods
GetBody()
Return the body object of the evaluated context.
object GetBody()
  Returns
SetBody(object)
Set body object of the evaluated context.
void SetBody(object body)
  Parameters
bodyobject