Class JobDefinitionDataContract
Inheritance
System.Object
JobDefinitionDataContract
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()
Assembly: Evatic.Common.dll
Syntax
[DataContract(Namespace = "http://schema.evatic.com/2012/10/24")]
public class JobDefinitionDataContract
Constructors
View Source
JobDefinitionDataContract()
Declaration
public JobDefinitionDataContract()
Properties
View Source
Company
Declaration
[DataMember]
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Configuration
Declaration
[DataMember]
public string Configuration { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CronExpression
Declaration
[DataMember]
public string CronExpression { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DescriptiveCronExpression
Declaration
[DataMember]
public string DescriptiveCronExpression { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ExternalSystemGuid
Declaration
[DataMember]
public Guid ExternalSystemGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
View Source
ExternalSystemId
Declaration
[DataMember]
public int ExternalSystemId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
ExternalSystemTypeId
Declaration
[DataMember]
public int ExternalSystemTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
ExternalSystemTypeReferenceName
Declaration
[DataMember]
public string ExternalSystemTypeReferenceName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
HasAnyJob
Declaration
[DataMember]
public bool HasAnyJob { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
HasRunningJob
Declaration
[DataMember]
public bool HasRunningJob { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsActive
Declaration
[DataMember]
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsOneTimeJob
Declaration
[DataMember]
public bool IsOneTimeJob { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsRunnable
Declaration
[DataMember]
public bool IsRunnable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsStatic
Declaration
[DataMember]
public bool IsStatic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
JobDefinitionGuid
Declaration
[DataMember]
public Guid JobDefinitionGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
View Source
JobDefinitionId
Use negative integers until we have the JobDefinition in place and for JobDefinitions not defined in the M2M database.
@See Constant.StaticJobDefinitionId
Declaration
[DataMember]
public int JobDefinitionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
JobPartList
Declaration
[DataMember]
public List<JobPartDataContract> JobPartList { get; set; }
Property Value
View Source
JobParts
Declaration
[DataMember]
public string JobParts { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LastRunResult
Declaration
[DataMember]
public bool? LastRunResult { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
View Source
Name
Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NextRunTime
Declaration
[DataMember]
public DateTime? NextRunTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
PrevRunTime
Declaration
[DataMember]
public DateTime? PrevRunTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
StartAt
Declaration
[DataMember]
public DateTime? StartAt { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|