Show / Hide Table of Contents

Class InstrumentOutput

Inheritance
object
InstrumentOutput
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi.Utility
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
Type Name Description
string source
RepresentationType type
string automaticName
string finalName
IdentifierTriple sourceId

Properties

AutomaticName

Declaration
public string AutomaticName { get; set; }
Property Value
Type Description
string

FinalName

Declaration
public string FinalName { get; set; }
Property Value
Type Description
string

Source

Declaration
public string Source { get; set; }
Property Value
Type Description
string

SourceId

Declaration
public IdentifierTriple SourceId { get; }
Property Value
Type Description
IdentifierTriple

Type

Declaration
public RepresentationType Type { get; set; }
Property Value
Type Description
RepresentationType
In this article
Back to top Generated by DocFX