ITypeRegistry<TClassType,TValue> Interface

Represents type ITypeRegistry<TClassType,TValue>.

Namespace: Spring.DesignPatterns
IInterface
  Spring.DesignPatterns.ITypeRegistry<TClassType,TValue>
    Spring.DesignPatterns.IClassTypeRegistry<TValue>
type
 ITypeRegistry<TClassType, TValue> = interface
 end;

Type Parameters

TClassType
TValue

The ITypeRegistry<TClassType,TValue> type exposes the following members.

Show:
 NameDescription
Types

Represents property Types.

Values

Represents property Values.

Top
Show:
 NameDescription
GetTypes

Represents method GetTypes.

GetValue(TClassType)

Represents method GetValue(TClassType).

GetValues

Represents method GetValues.

Register(TClassType,TValue)

Represents method Register(TClassType,TValue).

TryGetValue(TClassType,TValue)

Represents method TryGetValue(TClassType,TValue).

Unregister(TClassType)

Represents method Unregister(TClassType).

UnregisterAll

Represents method UnregisterAll.

Top