Table of Contents

Class LensPutAttribute

Namespace
NMF.Expressions
Assembly
NMF.Expressions.dll

Denotes an attribute to specify a proxy method for a lens put operation

[AttributeUsage(AttributeTargets.Method)]
public class LensPutAttribute : ProxyMethodAttribute
Inheritance
LensPutAttribute
Inherited Members
Extension Methods

Constructors

LensPutAttribute(string)

Creates a new instance

public LensPutAttribute(string methodName)

Parameters

methodName string

The name of the method representing the lens put operation

LensPutAttribute(Type, string)

Creates a new instance

public LensPutAttribute(Type proxyType, string methodName)

Parameters

proxyType Type

The type that hosts the lens put operation

methodName string

The name of the method representing the lens put operation