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.
Inherited Members
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 |