Class InstrumentOutput
Inheritance
InstrumentOutput
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class InstrumentOutput
Constructors
InstrumentOutput(string, RepresentationType, string, string, IdentifierTriple)
Declaration
public InstrumentOutput(string source, RepresentationType type, string automaticName, string finalName, IdentifierTriple sourceId)
Parameters
Properties
AutomaticName
Declaration
public string AutomaticName { get; set; }
Property Value
FinalName
Declaration
public string FinalName { get; set; }
Property Value
Source
Declaration
public string Source { get; set; }
Property Value
SourceId
Declaration
public IdentifierTriple SourceId { get; }
Property Value
Type
Declaration
public RepresentationType Type { get; set; }
Property Value