Search Results for

    Show / Hide Table of Contents

    Class RepositoryFileInfo

    Represents an entry in the simplic source repository

    Inheritance
    System.Object
    RepositoryFileInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Repository
    Assembly: Simplic.Framework.Repository.dll
    Syntax
    public class RepositoryFileInfo

    Properties

    | Improve this Doc View Source

    Content

    Declaration
    public byte[] Content { get; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ContentAsStream

    Declaration
    public Stream ContentAsStream { get; }
    Property Value
    Type Description
    System.IO.Stream
    | Improve this Doc View Source

    ContentAsString

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

    DirectoryPath

    Path of the directory, in which the file is placed

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

    Extension

    Contenttype of the script, existing content-types are: py cs xaml xml sql ini

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

    FullPath

    Relative path to the script. Path-name-contenttype

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

    Hash

    SHA256 Hash of the current script content

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

    Id

    Unique id of the repository content. The repository head can only contain one script with this id

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

    ModulePath

    Path to the module in the script. Sample: Simplic.Product.Win_Product The Last part is the same as the script-name

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

    Name

    Name of the script, equivalent to filename without extension

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx