Show / Hide Table of Contents

Class Output

Annotates an output FeatureDescriptor in a transformation pipeline

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

Constructors

| Improve this Doc View Source

Output()

Initializes a new instance of the Output class.

Declaration
public Output()
| Improve this Doc View Source

Output(String)

Initializes a new instance of the Output class.

Declaration
public Output(string Default)
Parameters
Type Name Description
System.String Default

The default.

Fields

| Improve this Doc View Source

Default

The default value for the property

Declaration
public string Default
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX