ConfigurationProbeAssemblies Method Breeze.sharp
Tell's Breeze to probe the specified assemblies and automatically discover any Entity types, Complex types, Validators, NamingConventions and any other types for which a type discovery action is registered.

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

public bool ProbeAssemblies(
	params Assembly[] assembliesToProbe
)

Parameters

assembliesToProbe
Type: System.ReflectionAssembly

Return Value

Type: Boolean
See Also

Reference