Show / Hide Table of Contents

Class PipelineInput

Represents an input for a SigStat.Common.Pipeline.PipelineInput.PipelineItem

Inheritance
System.Object
PipelineInput
Namespace: SigStat.Common.Pipeline
Assembly: SigStat.Common.dll
Syntax
public class PipelineInput : object

Constructors

| Improve this Doc View Source

PipelineInput(Object, PropertyInfo)

Initializes a new instance of the PipelineInput class.

Declaration
public PipelineInput(object PipelineItem, PropertyInfo PI)
Parameters
Type Name Description
System.Object PipelineItem

The pipeline item.

PropertyInfo PI

The pi.

Properties

| Improve this Doc View Source

AutoSetMode

Gets the AutoSetMode

Declaration
public AutoSetMode AutoSetMode { get; }
Property Value
Type Description
AutoSetMode
| Improve this Doc View Source

FD

Gets or sets the fd.

Declaration
public object FD { get; set; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

IsCollectionOfFeatureDescriptors

Gets a value indicating whether this instance is collection of feature descriptors.

Declaration
public bool IsCollectionOfFeatureDescriptors { get; }
Property Value
Type Description
System.Boolean

true if this instance is collection of feature descriptors; otherwise, false.

| Improve this Doc View Source

PropName

Gets the name of the property.

Declaration
public string PropName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Gets the type of the property

Declaration
public Type Type { get; }
Property Value
Type Description
Type
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX