| StandardExtractorFactoryDefinedFormatters Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Db.StandardExtractorFactory.DefinedFormatters"]
Namespace: Activsoft.Engine.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic Dictionary<string, IFormatterFactory> DefinedFormatters { get; }Public ReadOnly Property DefinedFormatters As Dictionary(Of String, IFormatterFactory)
Get
public:
property Dictionary<String^, IFormatterFactory^>^ DefinedFormatters {
Dictionary<String^, IFormatterFactory^>^ get ();
}member DefinedFormatters : Dictionary<string, IFormatterFactory> with get
Property Value
Type:
DictionaryString,
IFormatterFactory
See Also