Search Results for

    Show / Hide Table of Contents

    Class FrameworkEntryPoint

    Entry point for the current framework class

    Inheritance
    System.Object
    FrameworkEntryPoint
    Implements
    IFrameworkEntryPoint
    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.DocumentProcessing
    Assembly: Simplic.Framework.DocumentProcessing.dll
    Syntax
    public class FrameworkEntryPoint : IFrameworkEntryPoint

    Methods

    | Improve this Doc View Source

    DependingEntryPoints()

    Depending entry points

    Declaration
    public Type[] DependingEntryPoints()
    Returns
    Type Description
    System.Type[]

    List of other entry points, in this case none

    | Improve this Doc View Source

    Initilize()

    Initialize the framework

    Declaration
    public void Initilize()

    Implements

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