2using System.Collections.Generic;
3using System.ComponentModel.DataAnnotations;
41 MergedBy = (
MergedBy ??
throw new InvalidOperationException(
"MergedBy must be set!")).CreateUserName(),
long Id
The ID of the TestMergeApiBase.
DateTimeOffset MergedAt
When the TestMergeApiBase was created.
string? Url
The URL of the test merge source.
string? BodyAtMerge
The body of the test merge source.
string? Author
The author of the test merge source.
string? TitleAtMerge
The title of the test merge source.
virtual ? string TargetCommitSha
The sha of the test merge revision to merge. If not specified, the latest commit from the source will...
string? Comment
Optional comment about the test.
int Number
The number of the test merge source.
long? PrimaryRevisionInformationId
Foreign key for PrimaryRevisionInformation.
Api.Models.TestMerge ToApi()
User? MergedBy
See Api.Models.TestMerge.MergedBy.
RevisionInformation? PrimaryRevisionInformation
The initial RevisionInformation the TestMerge was merged with.
ICollection< RevInfoTestMerge >? RevisonInformations
All the RevInfoTestMerge for the TestMerge.