Class ParameterDataflowAttribute
Specifies a dataflow between parameters
Inheritance
ParameterDataflowAttribute
Assembly: NMF.Expressions.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
public class ParameterDataflowAttribute : Attribute
Constructors
|
Edit this page
View Source
ParameterDataflowAttribute(int, int, int)
Declaration
public ParameterDataflowAttribute(int functionIndex, int functionParameterIndex, int source)
Parameters
Type |
Name |
Description |
int |
functionIndex |
|
int |
functionParameterIndex |
|
int |
source |
|
Fields
|
Edit this page
View Source
TargetObjectIndex
A constant to specify the index for the target of a method
Declaration
public const int TargetObjectIndex = -1
Field Value
Properties
|
Edit this page
View Source
FunctionIndex
Declaration
public int FunctionIndex { get; }
Property Value
|
Edit this page
View Source
FunctionParameterIndex
Declaration
public int FunctionParameterIndex { get; }
Property Value
|
Edit this page
View Source
SourceIndex
The index of the parameter that is the source of the dependency
Declaration
public int SourceIndex { get; }
Property Value
Extension Methods