Click or drag to resize
AbstractInfoTInfo, TInfoProviderInterfaceProvider Property
Gets the provider for TInfo management.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public static TInfoProviderInterface Provider { get; }

Property Value

Type: TInfoProviderInterface
Remarks
The provider instance can be retrieved by specifying a constructor dependency on TInfoProviderInterface. However, in scenarios where dependency injection is not possible (such as legacy code), this property can be used to access the provider instance.
See Also