Class MemberPatch
One member the engine must mark virtual: its name, whether it anchors as a property
(no parameter list) or a method, which access token its declaration anchors on (protected when
IsProtected, public otherwise — protected internal/private protected
members are never patched), and how many same-name same-access declarations the source must contain —
the engine's whole-file safety check (see Rewrite(string, IReadOnlyList<MemberPatch>)).
Assembly: Serenity.ServiceExtensionCreator.Editor.dll
Syntax
public sealed class MemberPatch
Constructors
MemberPatch()
Declaration
Fields
IsProperty
Declaration
Field Value
IsProtected
Declaration
Field Value
Name
Declaration
Field Value
OverloadCount
Declaration
Field Value