Click or drag to resize
ScheduledFieldApplyOperation Class
Represents the asynchronous process of applying a change in a server-based fields template (ServerBasedFieldsTemplate) to all the translation memories associated with it. See CurrentFieldApplyOperation. The operation is scheduled when Save is called.
Inheritance Hierarchy
SystemObject
  Sdl.LanguagePlatform.TranslationMemoryApiScheduledOperation
    Sdl.LanguagePlatform.TranslationMemoryApiScheduledFieldApplyOperation

Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi (in Sdl.LanguagePlatform.TranslationMemoryApi.dll) Version: 1.6.0.0 (1.14.4157.0)
Syntax
public class ScheduledFieldApplyOperation : ScheduledOperation

The ScheduledFieldApplyOperation type exposes the following members.

Properties
  NameDescription
Public propertyCancelledOn
Gets when the operation was cancelled if the Status is Cancelled.
(Inherited from ScheduledOperation.)
Public propertyCompletedOn
Gets when the operation was completed.
(Inherited from ScheduledOperation.)
Public propertyErrorMessage
Gets the error message in case the Status is Error.
(Inherited from ScheduledOperation.)
Public propertyFieldsTemplate
Gets or sets the server-based translation memory to re-index.
Public propertyIsFinished
Gets a value indicating whether this operation has finished.
(Inherited from ScheduledOperation.)
Public propertyIsPending
Gets a value indicating whether this operation is pending.
(Inherited from ScheduledOperation.)
Public propertyIsRunning
Gets a value indicating whether this operation is running.
(Inherited from ScheduledOperation.)
Public propertyPercentComplete
Gets the current percent complete.
(Inherited from ScheduledOperation.)
Public propertyQueuedOn
Gets when the operation was queued.
(Inherited from ScheduledOperation.)
Public propertyStartedOn
Gets when the operation was started by the Execution Server.
(Inherited from ScheduledOperation.)
Public propertyStatus
Gets the current status of the operation.
(Inherited from ScheduledOperation.)
Public propertyWorkItemId
Gets the unique ID of the Execution Server work item that represents this operation.
(Inherited from ScheduledOperation.)
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 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 methodQueue
Schedules the operation for execution by the execution server.
(Overrides ScheduledOperationQueue.)
Public methodRefresh
Refreshes the status of this operation with up-to-date information from the server.
(Overrides ScheduledOperationRefresh.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Community
Edit

Be the first to Edit the community content of this topic.
Comments