Search Results for

    Show / Hide Table of Contents

    Class DeploymentFile

    Inheritance
    System.Object
    DeploymentFile
    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.SqlD
    Assembly: Simplic.Framework.SqlD.dll
    Syntax
    public class DeploymentFile

    Properties

    | Improve this Doc View Source

    Build

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

    DisplayName

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

    FileName

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

    Major

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

    Minor

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

    Revision

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

    Version

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