Click or drag to resize

TermImporterConfiguration Class

Provides functionality for importing a structure of terms using a MatchPoint timer job.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Taxonomy.TermImport
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class TermImporterConfiguration : ScheduleBaseTimerJobConfiguration

The TermImporterConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodTermImporterConfiguration
Initializes a new instance of the TermImporterConfiguration class
Top
Properties
  NameDescription
Public propertyDependsOn
Returns the ID of the timer job configuration on which the current timer job configuration depends. Returns Guid.Empty if no dependency exists.
(Inherited from ScheduleBaseTimerJobConfiguration.)
Public propertyEnabled
Specifies whether this timer job configuration will be executed.
(Inherited from BaseTimerJobConfiguration.)
Public propertyIsDependent
Returns true if the current timer job configuration depends on another timer job.
(Inherited from ScheduleBaseTimerJobConfiguration.)
Public propertyName
Specifies a name for the timer job configuration (used only within the MatchPoint timer jobs list).
(Inherited from BaseTimerJobConfiguration.)
Public propertyUniqueId
Contains a GUID that is used to identify the timer job.
(Inherited from BaseTimerJobConfiguration.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSPSchedule
Returns the SPSchedule object of the SharePoint timer job underlying the current MatchPoint timer job configuration.
(Inherited from ScheduleBaseTimerJobConfiguration.)
Public methodGetTimerJob (Overrides BaseTimerJobConfigurationGetTimerJob.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldSchedule
Contains a definition for a schedule which is used to automatically start the timer job.
(Inherited from ScheduleBaseTimerJobConfiguration.)
Public fieldTermImports
Specifies the imports.
Public fieldTermStore
Specifies to which term store the terms are imported.
Top
Remarks
This is a MatchPoint configuration class.
See Also