Class AbstractFileTypeDefinitionComponent
Convenient default implementation of IFileTypeDefinitionAware; ensures synchronized access to the data member, so that components can be safely marked as singletons in the spring configuration files.
Inheritance
AbstractFileTypeDefinitionComponent
Implements
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public abstract class AbstractFileTypeDefinitionComponent : IFileTypeDefinitionAware
Remarks
Implementation classes are not required to derive from this base class, it merely serves as a convenience.
Constructors
AbstractFileTypeDefinitionComponent()
Default construction - protected as this is an abstract class.
Declaration
protected AbstractFileTypeDefinitionComponent()
Properties
FileTypeDefinition
Implements synchronized access to this property.
Declaration
public IFileTypeDefinition FileTypeDefinition { get; set; }
Property Value
Type | Description |
---|---|
IFileTypeDefinition |