Class Enhancing.EnhancedSpecificAssetId<TEnhancement>
Inheritance
System.Object
Enhancing.EnhancedSpecificAssetId<TEnhancement>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public class EnhancedSpecificAssetId<TEnhancement> : Enhancing.Enhanced<TEnhancement>, ISpecificAssetId, IHasSemantics, IClass where TEnhancement : class
Type Parameters
Name |
Description |
TEnhancement |
|
Constructors
|
Improve this Doc
View Source
EnhancedSpecificAssetId(ISpecificAssetId, TEnhancement)
Declaration
public EnhancedSpecificAssetId(ISpecificAssetId instance, TEnhancement enhancement)
Parameters
Properties
|
Improve this Doc
View Source
ExternalSubjectId
Declaration
public IReference ExternalSubjectId { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SemanticId
Declaration
public IReference SemanticId { get; set; }
Property Value
|
Improve this Doc
View Source
SupplementalSemanticIds
Declaration
public List<IReference> SupplementalSemanticIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<IReference> |
|
|
Improve this Doc
View Source
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Accept(Visitation.IVisitor)
Declaration
public void Accept(Visitation.IVisitor visitor)
Parameters
|
Improve this Doc
View Source
Accept<TContext>(Visitation.IVisitorWithContext<TContext>, TContext)
Declaration
public void Accept<TContext>(Visitation.IVisitorWithContext<TContext> visitor, TContext context)
Parameters
Type Parameters
Name |
Description |
TContext |
|
|
Improve this Doc
View Source
Descend()
Declaration
public IEnumerable<IClass> Descend()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IClass> |
|
|
Improve this Doc
View Source
DescendOnce()
Declaration
public IEnumerable<IClass> DescendOnce()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IClass> |
|
|
Improve this Doc
View Source
OverSupplementalSemanticIdsOrEmpty()
Declaration
public IEnumerable<IReference> OverSupplementalSemanticIdsOrEmpty()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IReference> |
|
|
Improve this Doc
View Source
Declaration
public T Transform<T>(Visitation.ITransformer<T> transformer)
Parameters
Returns
Type Parameters
|
Improve this Doc
View Source
Transform<TContext, T>(Visitation.ITransformerWithContext<TContext, T>, TContext)
Declaration
public T Transform<TContext, T>(Visitation.ITransformerWithContext<TContext, T> transformer, TContext context)
Parameters
Returns
Type Parameters
Name |
Description |
TContext |
|
T |
|
Implements