A singleton class that provides basic registration mechanisms for a Breeze application.
Inheritance Hierarchy
Breeze.SharpConfiguration
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
The Configuration type exposes the following members.
Methods
Name | Description | |
---|---|---|
__Reset |
For testing purposes only. - Replaces the current instance with a new one, effectively clearing any
previously cached or registered data.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetClrType |
Returns the CLR type for a specified structuralTypeName or null if not found.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsStructuralType |
Returns whether the specified CLR type is either an IEntity or a IComplexObject.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ProbeAssemblies |
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.
| |
RegisterTypeDiscoveryAction |
Allows for custom actions to be performed as a result of any ProbeAssemblies call.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Instance |
The Singleton instance.
|
See Also