logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class RecordingViewBase

    Plain IViewBase that records show/hide calls, for router/browser tests.

    Inheritance
    object
    RecordingViewBase
    Implements
    IViewBase
    IFoundationSettings
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Tests.Shared.Fakes
    Assembly: Tests.dll
    Syntax
    public class RecordingViewBase : IViewBase, IFoundationSettings

    Constructors

    RecordingViewBase()

    Declaration
    public RecordingViewBase()

    Fields

    HideCount

    Declaration
    public int HideCount
    Field Value
    Type Description
    int

    ShowCount

    Declaration
    public int ShowCount
    Field Value
    Type Description
    int

    Properties

    Guid

    Declaration
    public string Guid { get; set; }
    Property Value
    Type Description
    string

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Methods

    Hide()

    Declaration
    public void Hide()

    Initialize(ILogService)

    Declaration
    public void Initialize(ILogService logService)
    Parameters
    Type Name Description
    ILogService logService

    Show()

    Declaration
    public void Show()

    Implements

    IViewBase
    IFoundationSettings
    In this article
    © 2026 Serenity. All Rights Reserved