InterfaceFactory Constructor

Initializes a new instance of the InterfaceFactory class.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public InterfaceFactory(
	Type concrete,
	Type interfaceType
)

Parameters

concrete  Type
The concrete class type.
interfaceType  Type
The interface type.

Remarks

Supports converting Interface types for Json serialization by using a factory pattern.

See Also