Interface IHasExtensions
Element that can be extended by proprietary extensions.
Inherited Members
Namespace: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public interface IHasExtensions : IClass
Remarks
Extensions are proprietary, i.e. they do not support global interoperability.
Properties
| Improve this Doc View SourceExtensions
An extension of the element.
Declaration
List<IExtension> Extensions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IExtension> |
Methods
| Improve this Doc View SourceOverExtensionsOrEmpty()
Iterate over Extensions, if set, and otherwise return an empty enumerable.
Declaration
IEnumerable<IExtension> OverExtensionsOrEmpty()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IExtension> |