logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class NotSubclassableUserClass

    One entry of DiscoverNotSubclassableUserClasses(): a public user class the tool cannot subclass, paired with the human-readable reason the picker shows on its disabled row (sealed / abstract / no public or protected instance methods).

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

    Constructors

    NotSubclassableUserClass(Type, string)

    Declaration
    public NotSubclassableUserClass(Type type, string reason)
    Parameters
    Type Name Description
    Type type
    string reason

    Properties

    Reason

    Declaration
    public string Reason { get; }
    Property Value
    Type Description
    string

    Type

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