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
NotSubclassableUserClass
Assembly: Serenity.ServiceExtensionCreator.Editor.dll
Syntax
public sealed class NotSubclassableUserClass
Constructors
NotSubclassableUserClass(Type, string)
Declaration
public NotSubclassableUserClass(Type type, string reason)
Parameters
Properties
Reason
Declaration
public string Reason { get; }
Property Value
Type
Declaration
public Type Type { get; }
Property Value