Show / Hide Table of Contents

Interface IPropertyTableAssigner

Common interface for property assigners - basically used for sub-assigners

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

Methods

AssignObjectUnchecked(Object, Table)

Assigns the properties of the specified object without checking the type.

Declaration
void AssignObjectUnchecked(object o, Table data)
Parameters
System.Object o

The object.

Table data

The data.

Back to top Built by Itinero, MIT licensed.