TClassTypeRegistry<TValue> Class

Represents type TClassTypeRegistry<TValue>.

Namespace: Spring.DesignPatterns
TInterfacedObject
  Spring.DesignPatterns.TClassTypeRegistry<TValue>
type
 TClassTypeRegistry<TValue> = class(TInterfacedObject, IClassTypeRegistry<TValue>)
 end;

Type Parameters

TValue

The TClassTypeRegistry<TValue> type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TClassTypeRegistry<TValue> class.

Top
Show:
 NameDescription
Types

Represents property Types.

Values

Represents property Values.

Top
Show:
 NameDescription
GetTypes

Represents method GetTypes.

GetValue(TClass)

Represents method GetValue(TClass).

GetValues

Represents method GetValues.

Register(TClass,TValue)

Represents method Register(TClass,TValue).

TryGetValue(TClass,TValue)

Represents method TryGetValue(TClass,TValue).

Unregister(TClass)

Represents method Unregister(TClass).

UnregisterAll

Represents method UnregisterAll.

Top
Show:
 NameDescription
fLookup

Represents field fLookup.

Top