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 SourcePipelineInput(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 SourceAutoSetMode
Gets the AutoSetMode
Declaration
public AutoSetMode AutoSetMode { get; }
Property Value
Type | Description |
---|---|
AutoSetMode |
FD
Gets or sets the fd.
Declaration
public object FD { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
IsCollectionOfFeatureDescriptors
Gets a value indicating whether this instance is collection of feature descriptors.
Declaration
public bool IsCollectionOfFeatureDescriptors { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
PropName
Gets the name of the property.
Declaration
public string PropName { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the type of the property
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
Type |