Interface IValueReferencePair
A value reference pair within a value list. Each value has a global unique id defining its semantic.
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface IValueReferencePair : IClass
Properties
| Improve this Doc View SourceValue
The value of the referenced concept definition of the value in valueId.
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValueId
Global unique id of the value.
Declaration
IReference ValueId { get; set; }
Property Value
Type | Description |
---|---|
IReference |
Remarks
It is recommended to use a global reference.