Show / Hide Table of Contents

Class Input

Annotates an input FeatureDescriptor in a transformation pipeline

Inheritance
System.Object
Input
Namespace: SigStat.Common.Pipeline
Assembly: SigStat.Common.dll
Syntax
public class Input : System.Attribute

Constructors

| Improve this Doc View Source

Input(AutoSetMode)

Initializes a new instance of the Input class.

Declaration
public Input(AutoSetMode AutoSetMode = AutoSetMode.IfNull)
Parameters
Type Name Description
AutoSetMode AutoSetMode

The automatic set mode.

Fields

| Improve this Doc View Source

AutoSetMode

The automatic set mode

Declaration
public AutoSetMode AutoSetMode
Field Value
Type Description
AutoSetMode
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX