Search Results for

    Show / Hide Table of Contents

    Class Stringification

    Inheritance
    System.Object
    Stringification
    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()
    Namespace: AasCore.Aas3_0_RC02
    Assembly: AasCore.Aas3_0_RC02.dll
    Syntax
    public static class Stringification

    Methods

    | Improve this Doc View Source

    AasSubmodelElementsFromString(String)

    Parse the string representation of AasSubmodelElements.

    Declaration
    public static AasSubmodelElements? AasSubmodelElementsFromString(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    System.Nullable<AasSubmodelElements>
    Remarks

    If text is not a valid string representation of a literal of AasSubmodelElements, return null.

    | Improve this Doc View Source

    AssetKindFromString(String)

    Parse the string representation of AssetKind.

    Declaration
    public static AssetKind? AssetKindFromString(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    System.Nullable<AssetKind>
    Remarks

    If text is not a valid string representation of a literal of AssetKind, return null.

    | Improve this Doc View Source

    DataTypeDefXsdFromString(String)

    Parse the string representation of DataTypeDefXsd.

    Declaration
    public static DataTypeDefXsd? DataTypeDefXsdFromString(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    System.Nullable<DataTypeDefXsd>
    Remarks

    If text is not a valid string representation of a literal of DataTypeDefXsd, return null.

    | Improve this Doc View Source

    DataTypeIec61360FromString(String)

    Parse the string representation of DataTypeIec61360.

    Declaration
    public static DataTypeIec61360? DataTypeIec61360FromString(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    System.Nullable<DataTypeIec61360>
    Remarks

    If text is not a valid string representation of a literal of DataTypeIec61360, return null.

    | Improve this Doc View Source

    DirectionFromString(String)

    Parse the string representation of Direction.

    Declaration
    public static Direction? DirectionFromString(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    System.Nullable<Direction>
    Remarks

    If text is not a valid string representation of a literal of Direction, return null.

    | Improve this Doc View Source

    EntityTypeFromString(String)

    Parse the string representation of EntityType.

    Declaration
    public static EntityType? EntityTypeFromString(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    System.Nullable<EntityType>
    Remarks

    If text is not a valid string representation of a literal of EntityType, return null.

    | Improve this Doc View Source

    KeyTypesFromString(String)

    Parse the string representation of KeyTypes.

    Declaration
    public static KeyTypes? KeyTypesFromString(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    System.Nullable<KeyTypes>
    Remarks

    If text is not a valid string representation of a literal of KeyTypes, return null.

    | Improve this Doc View Source

    LevelTypeFromString(String)

    Parse the string representation of LevelType.

    Declaration
    public static LevelType? LevelTypeFromString(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    System.Nullable<LevelType>
    Remarks

    If text is not a valid string representation of a literal of LevelType, return null.

    | Improve this Doc View Source

    ModelingKindFromString(String)

    Parse the string representation of ModelingKind.

    Declaration
    public static ModelingKind? ModelingKindFromString(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    System.Nullable<ModelingKind>
    Remarks

    If text is not a valid string representation of a literal of ModelingKind, return null.

    | Improve this Doc View Source

    QualifierKindFromString(String)

    Parse the string representation of QualifierKind.

    Declaration
    public static QualifierKind? QualifierKindFromString(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    System.Nullable<QualifierKind>
    Remarks

    If text is not a valid string representation of a literal of QualifierKind, return null.

    | Improve this Doc View Source

    ReferenceTypesFromString(String)

    Parse the string representation of ReferenceTypes.

    Declaration
    public static ReferenceTypes? ReferenceTypesFromString(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    System.Nullable<ReferenceTypes>
    Remarks

    If text is not a valid string representation of a literal of ReferenceTypes, return null.

    | Improve this Doc View Source

    StateOfEventFromString(String)

    Parse the string representation of StateOfEvent.

    Declaration
    public static StateOfEvent? StateOfEventFromString(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    System.Nullable<StateOfEvent>
    Remarks

    If text is not a valid string representation of a literal of StateOfEvent, return null.

    | Improve this Doc View Source

    ToString(Nullable<AasSubmodelElements>)

    Retrieve the string representation of that.

    Declaration
    public static string ToString(AasSubmodelElements? that)
    Parameters
    Type Name Description
    System.Nullable<AasSubmodelElements> that
    Returns
    Type Description
    System.String
    Remarks

    If that is not a valid literal, return null.

    | Improve this Doc View Source

    ToString(Nullable<AssetKind>)

    Retrieve the string representation of that.

    Declaration
    public static string ToString(AssetKind? that)
    Parameters
    Type Name Description
    System.Nullable<AssetKind> that
    Returns
    Type Description
    System.String
    Remarks

    If that is not a valid literal, return null.

    | Improve this Doc View Source

    ToString(Nullable<DataTypeDefXsd>)

    Retrieve the string representation of that.

    Declaration
    public static string ToString(DataTypeDefXsd? that)
    Parameters
    Type Name Description
    System.Nullable<DataTypeDefXsd> that
    Returns
    Type Description
    System.String
    Remarks

    If that is not a valid literal, return null.

    | Improve this Doc View Source

    ToString(Nullable<DataTypeIec61360>)

    Retrieve the string representation of that.

    Declaration
    public static string ToString(DataTypeIec61360? that)
    Parameters
    Type Name Description
    System.Nullable<DataTypeIec61360> that
    Returns
    Type Description
    System.String
    Remarks

    If that is not a valid literal, return null.

    | Improve this Doc View Source

    ToString(Nullable<Direction>)

    Retrieve the string representation of that.

    Declaration
    public static string ToString(Direction? that)
    Parameters
    Type Name Description
    System.Nullable<Direction> that
    Returns
    Type Description
    System.String
    Remarks

    If that is not a valid literal, return null.

    | Improve this Doc View Source

    ToString(Nullable<EntityType>)

    Retrieve the string representation of that.

    Declaration
    public static string ToString(EntityType? that)
    Parameters
    Type Name Description
    System.Nullable<EntityType> that
    Returns
    Type Description
    System.String
    Remarks

    If that is not a valid literal, return null.

    | Improve this Doc View Source

    ToString(Nullable<KeyTypes>)

    Retrieve the string representation of that.

    Declaration
    public static string ToString(KeyTypes? that)
    Parameters
    Type Name Description
    System.Nullable<KeyTypes> that
    Returns
    Type Description
    System.String
    Remarks

    If that is not a valid literal, return null.

    | Improve this Doc View Source

    ToString(Nullable<LevelType>)

    Retrieve the string representation of that.

    Declaration
    public static string ToString(LevelType? that)
    Parameters
    Type Name Description
    System.Nullable<LevelType> that
    Returns
    Type Description
    System.String
    Remarks

    If that is not a valid literal, return null.

    | Improve this Doc View Source

    ToString(Nullable<ModelingKind>)

    Retrieve the string representation of that.

    Declaration
    public static string ToString(ModelingKind? that)
    Parameters
    Type Name Description
    System.Nullable<ModelingKind> that
    Returns
    Type Description
    System.String
    Remarks

    If that is not a valid literal, return null.

    | Improve this Doc View Source

    ToString(Nullable<QualifierKind>)

    Retrieve the string representation of that.

    Declaration
    public static string ToString(QualifierKind? that)
    Parameters
    Type Name Description
    System.Nullable<QualifierKind> that
    Returns
    Type Description
    System.String
    Remarks

    If that is not a valid literal, return null.

    | Improve this Doc View Source

    ToString(Nullable<ReferenceTypes>)

    Retrieve the string representation of that.

    Declaration
    public static string ToString(ReferenceTypes? that)
    Parameters
    Type Name Description
    System.Nullable<ReferenceTypes> that
    Returns
    Type Description
    System.String
    Remarks

    If that is not a valid literal, return null.

    | Improve this Doc View Source

    ToString(Nullable<StateOfEvent>)

    Retrieve the string representation of that.

    Declaration
    public static string ToString(StateOfEvent? that)
    Parameters
    Type Name Description
    System.Nullable<StateOfEvent> that
    Returns
    Type Description
    System.String
    Remarks

    If that is not a valid literal, return null.

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