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 SourceSybaseProvider(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 SourceConnectionStringName
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 SourceCheckFreeLicence()
Check for free Licenses
Declaration
public bool CheckFreeLicence()
Returns
Type | Description |
---|---|
System.Boolean |
CheckFreeLicence(Guid)
Check free license
Declaration
public bool CheckFreeLicence(Guid PluginGuid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | PluginGuid |
Returns
Type | Description |
---|---|
System.Boolean |
FreeLicense(Guid)
Remove license session
Declaration
public static void FreeLicense(Guid sessionId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | sessionId | Unique session id |