Tracks script executions.
Default constructor
public Void ScriptHistory()
Initializes a new instance of ScriptTrack.
public Void ScriptHistory(scriptId)
Name | Type | Summary |
---|---|---|
scriptId | String | Script Id. |
Time when the script history was created.
public DateTime CreationTime { get; set; }
Whether model validation must be enforced.
public Boolean EnforceModelValidation { get; }
Time when the script was executed.
public DateTime ExecutedTime { get; set; }
A hash for the entire executed script.
public String Hash { get; set; }
Script Id.
public String ScriptId { get; set; }
Gets or sets the script track information.
public ScriptTrack ScriptTrack { get; set; }
Script execution track information.
public String Track { get; set; }
Ckecks if other is equals to this object.
public Boolean Equals(other)
Name | Type | Summary |
---|---|---|
other | ScriptHistory |
Checks if obj is equals to this object.
public Boolean Equals(obj)
Name | Type | Summary |
---|---|---|
obj | Object |
Not required, implemented to avoid warnings, returns base.GetHashCode
.
public Int32 GetHashCode()