| StandardExtractorFactoryTemplateFactory Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Db.StandardExtractorFactory.TemplateFactory"]
Namespace: Activsoft.Engine.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax[TypeConverterAttribute(typeof(ConfigurationSectionStringConverter))]
public ITemplateFactory TemplateFactory { get; }<TypeConverterAttribute(GetType(ConfigurationSectionStringConverter))>
Public ReadOnly Property TemplateFactory As ITemplateFactory
Get
public:
[TypeConverterAttribute(typeof(ConfigurationSectionStringConverter))]
property ITemplateFactory^ TemplateFactory {
ITemplateFactory^ get ();
}[<TypeConverterAttribute(typeof(ConfigurationSectionStringConverter))>]
member TemplateFactory : ITemplateFactory with get
Property Value
Type:
ITemplateFactory
See Also