Search Results for

    Show / Hide Table of Contents

    Class BaseFunctions

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

    Methods

    | Improve this Doc View Source

    AddLicense(Guid, String, Int32)

    Add License

    Declaration
    public static void AddLicense(Guid ProductGuid, string Key, int MaxUser)
    Parameters
    Type Name Description
    System.Guid ProductGuid

    Product Guid

    System.String Key

    License-Key

    System.Int32 MaxUser

    Max-User

    | Improve this Doc View Source

    Get_Identity(String)

    Get Identity

    Declaration
    public static long Get_Identity(string TableName)
    Parameters
    Type Name Description
    System.String TableName
    Returns
    Type Description
    System.Int64
    | Improve this Doc View Source

    GetLicenseSession(Guid, Guid)

    Returns Free License

    Declaration
    public static int GetLicenseSession(Guid PlugInGuid, Guid StudioSessionId)
    Parameters
    Type Name Description
    System.Guid PlugInGuid
    System.Guid StudioSessionId
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    GetValue(String, String, String)

    Configurationswert bekommen

    Declaration
    public static string GetValue(string PlugInName, string UserName, string ConfigName)
    Parameters
    Type Name Description
    System.String PlugInName
    System.String UserName
    System.String ConfigName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    RemoveLicenseSession()

    Declaration
    public static void RemoveLicenseSession()
    | Improve this Doc View Source

    RemoveUserSearchProfiles(Int32)

    Removes all search profiles for this user

    Declaration
    public static void RemoveUserSearchProfiles(int userId)
    Parameters
    Type Name Description
    System.Int32 userId

    selected user

    | Improve this Doc View Source

    SetValue(String, String, String, String)

    Configuration in Datenbank speichern

    Declaration
    public static void SetValue(string PlugInName, string UserName, string ConfigName, string ConfigValue)
    Parameters
    Type Name Description
    System.String PlugInName
    System.String UserName
    System.String ConfigName
    System.String ConfigValue
    | Improve this Doc View Source

    UpdateLicense(Int32)

    Update License

    Declaration
    public static void UpdateLicense(int Ident)
    Parameters
    Type Name Description
    System.Int32 Ident
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx