Class JobDefinitionStatusDataContract
Inheritance
System.Object
JobDefinitionStatusDataContract
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: Evatic.Common.Service.DataContract.M2M
Assembly: Evatic.Common.dll
Syntax
[DataContract(Namespace = "http://schema.evatic.com/2012/10/24")]
public class JobDefinitionStatusDataContract
Properties
View SourceConfiguration
Declaration
[DataMember]
public string Configuration { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsActive
Declaration
[DataMember]
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRunnable
Declaration
[DataMember]
public bool IsRunnable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsStatic
Declaration
[DataMember]
public bool IsStatic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
JobDefinitionGuid
Declaration
[DataMember]
public Guid JobDefinitionGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
NextRunTime
Declaration
[DataMember]
public DateTime? NextRunTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |