logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class PropertiesOnlyVirtualizerFixture

    Fixture for the methods-only eligibility gate: patchable properties, zero methods — can never become subclass-eligible, so TryMakeSubclassFriendly(Type, out string) must refuse.

    Inheritance
    object
    PropertiesOnlyVirtualizerFixture
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.ServiceExtensionCreator.Tests.Editor
    Assembly: Serenity.ServiceExtensionCreator.Tests.Editor.dll
    Syntax
    public class PropertiesOnlyVirtualizerFixture

    Constructors

    PropertiesOnlyVirtualizerFixture()

    Declaration
    public PropertiesOnlyVirtualizerFixture()

    Properties

    Label

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

    Value

    Declaration
    public int Value { get; set; }
    Property Value
    Type Description
    int
    In this article
    © 2026 Serenity. All Rights Reserved