Search Results for

    Show / Hide Table of Contents

    Class VersionHelper

    Stellt Methods bereit, um mit Versionierung zu arbeiten

    Inheritance
    System.Object
    VersionHelper
    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
    Assembly: Simplic.CoreLib.dll
    Syntax
    public class VersionHelper

    Methods

    | Improve this Doc View Source

    CompareVersion(String, String, VersionCondition)

    Vegleicht zwei Versionen

    Declaration
    public static bool CompareVersion(string Then, string Other, VersionCondition Condition)
    Parameters
    Type Name Description
    System.String Then

    Version als String (Bspl: 1.0.0.0)

    System.String Other

    Version als String (Bspl: 1.0.0.0)

    VersionCondition Condition

    Vergleichsoperator

    Returns
    Type Description
    System.Boolean

    True, wenn die Bedingung erfüllt wird

    | Improve this Doc View Source

    CompareVersion(Version, String, VersionCondition)

    Vegleicht zwei Versionen

    Declaration
    public static bool CompareVersion(Version Then, string Other, VersionCondition Condition)
    Parameters
    Type Name Description
    System.Version Then

    Version als System.Version (Bspl: 1.0.0.0)

    System.String Other

    Version als String (Bspl: 1.0.0.0)

    VersionCondition Condition

    Vergleichsoperator

    Returns
    Type Description
    System.Boolean

    True, wenn die Bedingung erfüllt wird

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx