Class VirtualizerEnumerationFixture
Reflection subject for CollectPatchableMembers(Type): one member per
enumeration rule — plain method, overload pair, already-virtual method, static method, plain property,
virtual property, static property, indexer and event. Living in the Tests assembly is fine here:
member enumeration is pure reflection and never goes through the (test-assembly-excluding) discovery.
Inheritance
VirtualizerEnumerationFixture
Assembly: Serenity.ServiceExtensionCreator.Tests.Editor.dll
Syntax
public class VirtualizerEnumerationFixture
Constructors
VirtualizerEnumerationFixture()
Declaration
public VirtualizerEnumerationFixture()
Properties
this[int]
Declaration
public int this[int index] { get; }
Parameters
| Type |
Name |
Description |
| int |
index |
|
Property Value
MixedAccessorProperty
Declaration
public int MixedAccessorProperty { get; protected set; }
Property Value
PlainProperty
Declaration
public int PlainProperty { get; set; }
Property Value
ProtectedProperty
Declaration
protected int ProtectedProperty { get; set; }
Property Value
StaticProperty
Declaration
public static int StaticProperty { get; set; }
Property Value
VirtualProperty
Declaration
public virtual int VirtualProperty { get; set; }
Property Value
Methods
AlreadyVirtual()
Declaration
public virtual void AlreadyVirtual()
Overloaded()
Declaration
Overloaded(int)
Declaration
public void Overloaded(int value)
Parameters
| Type |
Name |
Description |
| int |
value |
|
PlainMethod()
Declaration
public void PlainMethod()
ProtectedInternalMethod()
Declaration
protected void ProtectedInternalMethod()
ProtectedPlainMethod()
Declaration
protected void ProtectedPlainMethod()
StaticMethod()
Declaration
public static void StaticMethod()
Events
SomethingHappened
Declaration
public event Action SomethingHappened
Event Type