Show / Hide Table of Contents

Interface IWireableDescriptor

Interface for descriptors with the capability of being serialized for later hardwiring.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IWireableDescriptor

Methods

PrepareForWiring(Table)

Prepares the descriptor for hard-wiring. The descriptor fills the passed table with all the needed data for hardwire generators to generate the appropriate code.

Declaration
void PrepareForWiring(Table t)
Parameters
Table t

The table to be filled

Back to top Built by Itinero, MIT licensed.