Class ComponentId
- Namespace
- SmarterLink.Core.Models
- Assembly
- SmarterLink.Core.dll
Identifies a component (part or workpiece). Can be used to correlate SmarterLink payloads with external component, part, or CAD management systems. Serializes as a plain string.
[JsonConverter(typeof(ValueOfConverterFactory))]
public record ComponentId : ValueOf<string>, IEquatable<ValueOf<string>>, IEquatable<ComponentId>
- Inheritance
-
ComponentId
- Implements
- Inherited Members
Constructors
ComponentId(string)
Identifies a component (part or workpiece). Can be used to correlate SmarterLink payloads with external component, part, or CAD management systems. Serializes as a plain string.
public ComponentId(string Value)
Parameters
Valuestring
Operators
implicit operator ComponentId(string)
public static implicit operator ComponentId(string id)
Parameters
idstring