AbstractBilingualFileTypeComponentItemFactory Property |
Default implementation of the ItemFactory property
Namespace: Sdl.FileTypeSupport.Framework.BilingualApiAssembly: Sdl.FileTypeSupport.Framework.Core (in Sdl.FileTypeSupport.Framework.Core.dll) Version: 1.0.0.0 (1.0.2508.0)
Syntaxpublic virtual IDocumentItemFactory ItemFactory { get; set; }
Public Overridable Property ItemFactory As IDocumentItemFactory
Get
Set
public:
virtual property IDocumentItemFactory^ ItemFactory {
IDocumentItemFactory^ get ();
void set (IDocumentItemFactory^ value);
}
abstract ItemFactory : IDocumentItemFactory with get, set
override ItemFactory : IDocumentItemFactory with get, set
Property Value
Type:
IDocumentItemFactoryImplements
IBilingualFileTypeComponentItemFactory
See Also
Comments