Search Results for

    Show / Hide Table of Contents

    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
    System.Object
    AbstractFileTypeDefinitionComponent
    FileTypeCreator
    AbstractPreviewControl
    GenericExteralPreviewApplication
    Implements
    IFileTypeDefinitionAware
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
    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

    Implements

    IFileTypeDefinitionAware

    On this page

    • Constructors
      • AbstractFileTypeDefinitionComponent()
    • Properties
      • FileTypeDefinition
    • Implements
    Back to top Generated by DocFX