Configuration Class Breeze.sharp
A singleton class that provides basic registration mechanisms for a Breeze application.
Inheritance Hierarchy

SystemObject
  Breeze.SharpConfiguration

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

public class Configuration

The Configuration type exposes the following members.

Methods

  NameDescription
Public methodStatic member__Reset
For testing purposes only. - Replaces the current instance with a new one, effectively clearing any previously cached or registered data.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetClrType
Returns the CLR type for a specified structuralTypeName or null if not found.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsStructuralType
Returns whether the specified CLR type is either an IEntity or a IComplexObject.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProbeAssemblies
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.
Public methodRegisterTypeDiscoveryAction
Allows for custom actions to be performed as a result of any ProbeAssemblies call.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyStatic memberInstance
The Singleton instance.
Top
See Also

Reference