RedMist
Search Results for

    Show / Hide Table of Contents

    Class SponsorInfo

    Inheritance
    object
    SponsorInfo
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedMist.TimingCommon.Models
    Assembly: RedMist.TimingCommon.dll
    Syntax
    [MessagePackObject(false)]
    public class SponsorInfo

    Constructors

    View Source

    SponsorInfo()

    Declaration
    public SponsorInfo()

    Properties

    View Source

    AltText

    Declaration
    [Key(4)]
    [MaxLength(200)]
    public string? AltText { get; set; }
    Property Value
    Type Description
    string
    View Source

    DisplayDurationMs

    Declaration
    [Key(5)]
    public int DisplayDurationMs { get; set; }
    Property Value
    Type Description
    int
    View Source

    DisplayPriority

    Declaration
    [Key(6)]
    public int DisplayPriority { get; set; }
    Property Value
    Type Description
    int
    View Source

    Id

    Declaration
    [Key(0)]
    public int Id { get; set; }
    Property Value
    Type Description
    int
    View Source

    ImageUrl

    Declaration
    [Key(2)]
    [MaxLength(1024)]
    public required string ImageUrl { get; set; }
    Property Value
    Type Description
    string
    View Source

    Name

    Declaration
    [Key(1)]
    [MaxLength(100)]
    public required string Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    TargetUrl

    Declaration
    [Key(3)]
    [MaxLength(1024)]
    public required string TargetUrl { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top © 2025 Big Mission Motorsports, LLC. Red Mist Timing & Scoring