InterfaceFactory Constructor
Initializes a new instance of the InterfaceFactory class.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public InterfaceFactory(
Type concrete,
Type interfaceType
)
Parameters
- concrete Type
- The concrete class type.
- interfaceType Type
- The interface type.
Supports converting Interface types for Json serialization by using a factory pattern.