Show / Hide Table of Contents

Class PipelineOutput

Represents an output for a SigStat.Common.Pipeline.PipelineOutput.PipelineItem

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

Constructors

| Improve this Doc View Source

PipelineOutput(Object, PropertyInfo)

Initializes a new instance of the PipelineOutput class.

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

The pipeline item.

PropertyInfo PI

The pi.

Properties

| Improve this Doc View Source

Default

Gets the default value

Declaration
public string Default { get; }
Property Value
Type Description
System.String
| 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

IsTemporary

Gets a value indicating whether this instance is temporary.

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

true if this instance is temporary; 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