Search Results for

    Show / Hide Table of Contents

    Class GeneratedFile

    Represents a file, which is generated by some BuildTask and might be used in another build step

    Inheritance
    System.Object
    GeneratedFile
    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.CXUI.BuildTask
    Assembly: Simplic.CXUI.dll
    Syntax
    public class GeneratedFile

    Constructors

    | Improve this Doc View Source

    GeneratedFile()

    Create generated file

    Declaration
    public GeneratedFile()
    | Improve this Doc View Source

    GeneratedFile(String)

    Create generated path

    Declaration
    public GeneratedFile(string absolutePath)
    Parameters
    Type Name Description
    System.String absolutePath

    Absolte path to the file

    Properties

    | Improve this Doc View Source

    AbsoluteDirectoryPath

    Absolte (full) directory path

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

    AbsolutePath

    Absolte path to the file

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

    Extension

    Extension of the file

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

    Name

    Name of the file

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

    RelativeDirectoryPath

    Relative directory path

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