Search Results for

    Show / Hide Table of Contents

    Class Enhancing.EnhancedDataSpecificationIec61360<TEnhancement>

    Inheritance
    System.Object
    Enhancing.Enhanced<TEnhancement>
    Enhancing.EnhancedDataSpecificationIec61360<TEnhancement>
    Implements
    IDataSpecificationIec61360
    IDataSpecificationContent
    IClass
    Inherited Members
    Enhancing.Enhanced<TEnhancement>._enhancement
    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()
    Namespace: AasCore.Aas3_0_RC02
    Assembly: AasCore.Aas3_0_RC02.dll
    Syntax
    public class EnhancedDataSpecificationIec61360<TEnhancement> : Enhancing.Enhanced<TEnhancement>, IDataSpecificationIec61360, IDataSpecificationContent, IClass where TEnhancement : class
    Type Parameters
    Name Description
    TEnhancement

    Constructors

    | Improve this Doc View Source

    EnhancedDataSpecificationIec61360(IDataSpecificationIec61360, TEnhancement)

    Declaration
    public EnhancedDataSpecificationIec61360(IDataSpecificationIec61360 instance, TEnhancement enhancement)
    Parameters
    Type Name Description
    IDataSpecificationIec61360 instance
    TEnhancement enhancement

    Properties

    | Improve this Doc View Source

    DataType

    Declaration
    public DataTypeIec61360? DataType { get; set; }
    Property Value
    Type Description
    System.Nullable<DataTypeIec61360>
    | Improve this Doc View Source

    Definition

    Declaration
    public List<ILangString> Definition { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ILangString>
    | Improve this Doc View Source

    LevelType

    Declaration
    public LevelType? LevelType { get; set; }
    Property Value
    Type Description
    System.Nullable<LevelType>
    | Improve this Doc View Source

    PreferredName

    Declaration
    public List<ILangString> PreferredName { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ILangString>
    | Improve this Doc View Source

    ShortName

    Declaration
    public List<ILangString> ShortName { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ILangString>
    | Improve this Doc View Source

    SourceOfDefinition

    Declaration
    public string SourceOfDefinition { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Symbol

    Declaration
    public string Symbol { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Unit

    Declaration
    public string Unit { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UnitId

    Declaration
    public IReference UnitId { get; set; }
    Property Value
    Type Description
    IReference
    | Improve this Doc View Source

    Value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ValueFormat

    Declaration
    public string ValueFormat { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ValueList

    Declaration
    public IValueList ValueList { get; set; }
    Property Value
    Type Description
    IValueList

    Methods

    | Improve this Doc View Source

    Accept(Visitation.IVisitor)

    Declaration
    public void Accept(Visitation.IVisitor visitor)
    Parameters
    Type Name Description
    Visitation.IVisitor visitor
    | Improve this Doc View Source

    Accept<TContext>(Visitation.IVisitorWithContext<TContext>, TContext)

    Declaration
    public void Accept<TContext>(Visitation.IVisitorWithContext<TContext> visitor, TContext context)
    Parameters
    Type Name Description
    Visitation.IVisitorWithContext<TContext> visitor
    TContext context
    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

    OverDefinitionOrEmpty()

    Declaration
    public IEnumerable<ILangString> OverDefinitionOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ILangString>
    | Improve this Doc View Source

    OverShortNameOrEmpty()

    Declaration
    public IEnumerable<ILangString> OverShortNameOrEmpty()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ILangString>
    | Improve this Doc View Source

    Transform<T>(Visitation.ITransformer<T>)

    Declaration
    public T Transform<T>(Visitation.ITransformer<T> transformer)
    Parameters
    Type Name Description
    Visitation.ITransformer<T> transformer
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | 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
    Type Name Description
    Visitation.ITransformerWithContext<TContext, T> transformer
    TContext context
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    TContext
    T

    Implements

    IDataSpecificationIec61360
    IDataSpecificationContent
    IClass
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX