Search Results for

    Show / Hide Table of Contents

    Class SybaseFulltextIndexProvider

    Stellt die Kommunikations mit dem SybaseSQL-Volltext-System her

    Inheritance
    System.Object
    SybaseFulltextIndexProvider
    Implements
    IFulltextIndexProvider
    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.Extension.FulltextIndex
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class SybaseFulltextIndexProvider : IFulltextIndexProvider

    Constructors

    | Improve this Doc View Source

    SybaseFulltextIndexProvider()

    Declaration
    public SybaseFulltextIndexProvider()

    Methods

    | Improve this Doc View Source

    LoadConfiguration(String)

    Konfiguriert den aktuellen Provider

    Declaration
    public void LoadConfiguration(string ConfigurationXml)
    Parameters
    Type Name Description
    System.String ConfigurationXml
    | Improve this Doc View Source

    SetDocumentFulltext(Guid, String, String)

    Setzt den Fulltext für ein Dokument

    Declaration
    public void SetDocumentFulltext(Guid BlobGuid, string originalContent, string Content)
    Parameters
    Type Name Description
    System.Guid BlobGuid

    Guid des Blobs

    System.String originalContent

    original content

    System.String Content

    Gibt den Inhalt des Dokumentes (=Voltlext) an

    | Improve this Doc View Source

    SetInstanceDataFullText(Guid, Guid, String)

    Setzt den Fulltext für einen Instanzdatensatz

    Declaration
    public void SetInstanceDataFullText(Guid StackGuid, Guid InstanceDataGuid, string Content)
    Parameters
    Type Name Description
    System.Guid StackGuid

    Guid der Ablage

    System.Guid InstanceDataGuid

    Guid des Instanzdatensatzes

    System.String Content

    Gibt den Inhalt des Instanzdatensatzes an

    Implements

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