Assembly: RedMist.TimingCommon.dll
[MessagePackObject(false)]
public class SponsorInfo
Constructors
View Source
Declaration
Properties
View Source
Declaration
[Key(4)]
[MaxLength(200)]
public string? AltText { get; set; }
Property Value
View Source
Declaration
[Key(5)]
public int DisplayDurationMs { get; set; }
Property Value
View Source
Declaration
[Key(6)]
public int DisplayPriority { get; set; }
Property Value
View Source
Declaration
[Key(0)]
public int Id { get; set; }
Property Value
View Source
Declaration
[Key(2)]
[MaxLength(1024)]
public required string ImageUrl { get; set; }
Property Value
View Source
Declaration
[Key(1)]
[MaxLength(100)]
public required string Name { get; set; }
Property Value
View Source
Declaration
[Key(3)]
[MaxLength(1024)]
public required string TargetUrl { get; set; }
Property Value