Search Results for

    Show / Hide Table of Contents

    Class SybaseProvider

    Sybase provider which enables working with a simple licensing service

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

    Constructors

    | Improve this Doc View Source

    SybaseProvider(String, Guid, String)

    Initialize new sybase provider

    Declaration
    public SybaseProvider(string productName, Guid plugInId, string connectionStringName)
    Parameters
    Type Name Description
    System.String productName

    Produktname

    System.Guid plugInId

    PlugIn guid

    System.String connectionStringName

    Connection-String-Name

    Properties

    | Improve this Doc View Source

    ConnectionStringName

    Gets the connection string which is used by the provider

    Declaration
    public string ConnectionStringName { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    CheckFreeLicence()

    Check for free Licenses

    Declaration
    public bool CheckFreeLicence()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    CheckFreeLicence(Guid)

    Check free license

    Declaration
    public bool CheckFreeLicence(Guid PluginGuid)
    Parameters
    Type Name Description
    System.Guid PluginGuid
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    FreeLicense(Guid)

    Remove license session

    Declaration
    public static void FreeLicense(Guid sessionId)
    Parameters
    Type Name Description
    System.Guid sessionId

    Unique session id

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