Enum Direction
Denotes the direction of a parameter
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//Direction")]
public enum Direction
Fields
In = 0
Denotes that the parameter is used as an input parameter
InOut = 2
Denotes that the parameter is used both as input and output parameter
Out = 1
Denotes that the parameter is used as an output parameter