BuildMaster SDK Reference
Version:

ChangeScriptId Class

A value which uniquely identifies a change script.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Extensibility.DatabaseConnections.ChangeScriptId

Syntax

public class ChangeScriptId

Constructors

Name Description
ChangeScriptId(int scriptId, System.Guid guid)

Initializes a new instance of the ChangeScriptId class.

ChangeScriptId(int scriptId, long legacyReleaseSequence)

Initializes a new instance of the ChangeScriptId class.

ChangeScriptId(int scriptId, long legacyReleaseSequence, System.Guid guid)

Initializes a new instance of the ChangeScriptId class.

Properties

Name Description
Guid

Gets the identifier as a Guid if available.

LegacyReleaseSequence

Gets the release sequence number if available.

ScriptId

Gets the identifier as a legacy System.Int32.

Methods

Name Description
ToString

Returns a string representation of the ID.