A value which uniquely identifies a change script.
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. |
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. |
Name | Description | |
---|---|---|
ToString |
Returns a string representation of the ID. |