Configuration Methods Breeze.sharp

The Configuration type exposes the following members.

Methods

  Name Description
Public method Static member __Reset
For testing purposes only. - Replaces the current instance with a new one, effectively clearing any previously cached or registered data.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetClrType
Returns the CLR type for a specified structuralTypeName or null if not found.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Static member IsStructuralType
Returns whether the specified CLR type is either an IEntity or a IComplexObject.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method 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.
Public method RegisterTypeDiscoveryAction
Allows for custom actions to be performed as a result of any ProbeAssemblies call.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference