Search Results for

    Show / Hide Table of Contents

    Class VersionInfo

    The version view item for the environment.

    Inheritance
    object
    VersionInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class VersionInfo

    Properties

    CloudName

    Cloud name.

    Declaration
    [JsonProperty("cloudName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string CloudName { get; set; }
    Property Value
    string

    ContractVersion

    The current contract version stored in CustomerDoc / EnvironmentDoc.

    Declaration
    [JsonProperty("contractVersion", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ContractVersion { get; set; }
    Property Value
    string

    FileProductVersion

    The GitVersionTask generated file product version of Picturepark.Configuration.dll.

    Declaration
    [JsonProperty("fileProductVersion", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string FileProductVersion { get; set; }
    Property Value
    string

    FileVersion

    The manual file version of Picturepark.Contract.dll.

    Declaration
    [JsonProperty("fileVersion", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string FileVersion { get; set; }
    Property Value
    string

    Release

    The release version.

    Declaration
    [JsonProperty("release", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Release { get; set; }
    Property Value
    string

    Methods

    FromJson(string)

    Declaration
    public static VersionInfo FromJson(string data)
    Parameters
    string data

    Returns
    VersionInfo

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX