Search Results for

    Show / Hide Table of Contents

    Interface IFile

    A File is a data element that represents an address to a file (a locator).

    Inherited Members
    IDataElement.CategoryOrDefault()
    IReferable.Category
    IReferable.IdShort
    IReferable.DisplayName
    IReferable.Description
    IReferable.Checksum
    IReferable.OverDisplayNameOrEmpty()
    IReferable.OverDescriptionOrEmpty()
    IHasExtensions.Extensions
    IHasExtensions.OverExtensionsOrEmpty()
    IHasKind.Kind
    IHasKind.KindOrDefault()
    IHasSemantics.SemanticId
    IHasSemantics.SupplementalSemanticIds
    IHasSemantics.OverSupplementalSemanticIdsOrEmpty()
    IQualifiable.Qualifiers
    IQualifiable.OverQualifiersOrEmpty()
    IHasDataSpecification.EmbeddedDataSpecifications
    IHasDataSpecification.OverEmbeddedDataSpecificationsOrEmpty()
    IClass.DescendOnce()
    IClass.Descend()
    IClass.Accept(Visitation.IVisitor)
    IClass.Accept<TContext>(Visitation.IVisitorWithContext<TContext>, TContext)
    IClass.Transform<T>(Visitation.ITransformer<T>)
    IClass.Transform<TContext, T>(Visitation.ITransformerWithContext<TContext, T>, TContext)
    Namespace: AasCore.Aas3_0_RC02
    Assembly: AasCore.Aas3_0_RC02.dll
    Syntax
    public interface IFile : IDataElement, ISubmodelElement, IReferable, IHasExtensions, IHasKind, IHasSemantics, IQualifiable, IHasDataSpecification, IClass
    Remarks

    The value is an URI that can represent an absolute or relative path.

    Properties

    | Improve this Doc View Source

    ContentType

    Content type of the content of the file.

    Declaration
    string ContentType { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    The content type states which file extensions the file can have.

    | Improve this Doc View Source

    Value

    Path and name of the referenced file (with file extension).

    Declaration
    string Value { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    The path can be absolute or relative.

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