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 SourcePipelineOutput(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 SourceDefault
Gets the default value
Declaration
public string Default { get; }
Property Value
Type | Description |
---|---|
System.String |
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 |
|
IsTemporary
Gets a value indicating whether this instance is temporary.
Declaration
public bool IsTemporary { 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 |