Class LensPutAttribute
Denotes an attribute to specify a proxy method for a lens put operation
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public class LensPutAttribute : ProxyMethodAttribute
Constructors
| Edit this page View SourceLensPutAttribute(Type, string)
Creates a new instance
Declaration
public LensPutAttribute(Type proxyType, string methodName)
Parameters
Type | Name | Description |
---|---|---|
Type | proxyType | The type that hosts the lens put operation |
string | methodName | The name of the method representing the lens put operation |