ConfigurationIsStructuralType Method Breeze.sharp
Returns whether the specified CLR type is either an IEntity or a IComplexObject.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public static bool IsStructuralType(
	Type clrType
)

Parameters

clrType
Type: SystemType

Return Value

Type: Boolean
See Also

Reference