Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a set of sequential tasks that define a job and that are used during the transform process.
Inheritance Hierarchy
System. . :: . .Object
Microsoft.Web.Media.TransformManager. . :: . .ConfigurationBase
Microsoft.Web.Media.TransformManager..::..JobTemplate
Namespace: Microsoft.Web.Media.TransformManager
Assembly: Microsoft.Web.Media.TransformManager.Common (in Microsoft.Web.Media.TransformManager.Common.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Class JobTemplate _
Inherits ConfigurationBase
'Usage
Dim instance As JobTemplate
[DataContractAttribute]
public class JobTemplate : ConfigurationBase
[DataContractAttribute]
public ref class JobTemplate : public ConfigurationBase
[<DataContractAttribute>]
type JobTemplate =
class
inherit ConfigurationBase
end
public class JobTemplate extends ConfigurationBase
The JobTemplate type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
JobTemplate() () () () | Initializes a new instance of the JobTemplate class. |
![]() |
JobTemplate(FileInfo, XElement) | Initializes a new instance of the JobTemplate class using the specified file information and job template. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
BaseNamespace | Gets or sets the XML namespace for the configuration. (Inherited from ConfigurationBase.) |
![]() |
ConfigurationDirectory | Gets the path of this configuration file. |
![]() |
ConfigurationMessages | Gets or sets a list of IIS Transform Manager configuration messages. (Inherited from ConfigurationBase.) |
![]() |
ConfigurationMessagesElement | Gets or sets an XML element that contains configuration messages for the IIS Transform Manager configuration. (Inherited from ConfigurationBase.) |
![]() |
ConfigurationStatus | Gets or sets the IIS Transform Manager configuration status. (Inherited from ConfigurationBase.) |
![]() |
Description | Gets or sets a description of the IIS Transform Manager configuration. (Inherited from ConfigurationBase.) |
![]() |
DescriptionElement | Gets or set the XML element that contains the description of the IIS Transform Manager configuration. (Inherited from ConfigurationBase.) |
![]() |
FileName | Gets or sets the name of this configuration file. |
![]() |
Id | Gets or sets the XML element ID of a configuration object. (Inherited from ConfigurationBase.) |
![]() |
IdElement | Gets or sets the XML ID element of a configuration object. (Inherited from ConfigurationBase.) |
![]() |
JobTemplateElement | Gets or sets the XElement container of the template file. |
![]() |
LastModified | Gets or sets the date and time when the IIS Transform Manager configuration was last modified. (Inherited from ConfigurationBase.) |
![]() |
LogLevel | Gets or sets a value that represents the level of detail for a log that is contained in the log level element of the IIS Transform Manager configuration. (Inherited from ConfigurationBase.) |
![]() |
LogLevelElement | Gets or sets an XML element that contains log level details. (Inherited from ConfigurationBase.) |
![]() |
Name | Gets or sets the XML element name of the IIS Transform Manager configuration. (Inherited from ConfigurationBase.) |
![]() |
NameElement | Gets or sets an XML element that contains name details. (Inherited from ConfigurationBase.) |
![]() |
Properties | Gets or sets a collection of properties that are defined for the tasks. |
![]() |
TaskDefinitions | Gets or sets a collection of the task definitions for the job template. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AddConfigurationMessage(String) | Adds the specified message to the IIS Transform Manager configuration. (Inherited from ConfigurationBase.) |
![]() |
AddConfigurationMessage(String, ConfigurationMessageSeverity) | Adds the specified message to the IIS Transform Manager configuration using the specified severity value. (Inherited from ConfigurationBase.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RemoveRestartWarningMessage | Removes the restart warning message from the IIS Transform Manager configuration. (Inherited from ConfigurationBase.) |
![]() |
Save | Saves a JobTemplate object to a configuration file. |
![]() ![]() |
SetTaskDefinitions | Sets a list of TaskDefinition objects when a job template element is created. |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)