ScriptHistory

Tracks script executions.

Namespace:
KpokPatagon.Data.Migrations.Tracking
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Constructors

ScriptHistory

Default constructor

Signature:
public Void ScriptHistory()

ScriptHistory

Initializes a new instance of ScriptTrack.

Signature:
public Void ScriptHistory(scriptId)
Parameters
Name Type Summary
scriptId String Script Id.

Properties

CreationTime

Time when the script history was created.

Signature:
public DateTime CreationTime { get; set; }

EnforceModelValidation

Whether model validation must be enforced.

Signature:
public Boolean EnforceModelValidation { get; }

ExecutedTime

Time when the script was executed.

Signature:
public DateTime ExecutedTime { get; set; }

Hash

A hash for the entire executed script.

Signature:
public String Hash { get; set; }

ScriptId

Script Id.

Signature:
public String ScriptId { get; set; }

ScriptTrack

Gets or sets the script track information.

Signature:
public ScriptTrack ScriptTrack { get; set; }

Track

Script execution track information.

Signature:
public String Track { get; set; }

Methods

Equals

Ckecks if other is equals to this object.

Signature:
public Boolean Equals(other)
Parameters
Name Type Summary
other ScriptHistory

Equals

Checks if obj is equals to this object.

Signature:
public Boolean Equals(obj)
Parameters
Name Type Summary
obj Object

GetHashCode

Not required, implemented to avoid warnings, returns base.GetHashCode.

Signature:
public Int32 GetHashCode()