Table of Contents

Class DefaultSchemaEvalContext

Namespace
Tlabs.Data.Processing
Assembly
Tlabs.Data.dll

Default schema evaluation context.

public sealed class DefaultSchemaEvalContext : ISchemaEvalContext
Inheritance
DefaultSchemaEvalContext
Implements
Inherited Members
Extension Methods

Constructors

DefaultSchemaEvalContext()

Default ctor.

public DefaultSchemaEvalContext()

DefaultSchemaEvalContext(object)

Ctor from body.

public DefaultSchemaEvalContext(object body)

Parameters

body object

Properties

d

Document (body) exposed as d (for self referencing).

public object d { get; }

Property Value

object

Methods

GetBody()

Return the body object.

public object GetBody()

Returns

object

SetBody(object)

Set body of context.

public void SetBody(object body)

Parameters

body object