Interface IValueList
A set of value reference pairs.
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface IValueList : IClass
Properties
| Improve this Doc View SourceValueReferencePairs
A pair of a value together with its global unique id.
Declaration
List<IValueReferencePair> ValueReferencePairs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IValueReferencePair> |