Class ObservableProxyAttribute
Denotes an attribute to specify an explicit incrementalization of a method
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class ObservableProxyAttribute : ProxyMethodAttribute
Constructors
| Edit this page View SourceObservableProxyAttribute(Type, string, bool)
Creates a new instance
Declaration
public ObservableProxyAttribute(Type proxyType, string methodName, bool isRecursive = false)
Parameters
Type | Name | Description |
---|---|---|
Type | proxyType | The type that hosts the incrementalized method |
string | methodName | The name of the incrementalized method |
bool | isRecursive | True, if the incrementalized method is recursive, otherwise False |
Properties
| Edit this page View SourceIsRecursive
True, if the incrementalized method is recursive, otherwise False
Declaration
public bool IsRecursive { get; }
Property Value
Type | Description |
---|---|
bool |