Class FrameworkEntryPoint
Entry point for the current framework class
Inheritance
System.Object
FrameworkEntryPoint
Implements
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 SourceDependingEntryPoints()
Depending entry points
Declaration
public Type[] DependingEntryPoints()
Returns
Type | Description |
---|---|
System.Type[] | List of other entry points, in this case none |
Initilize()
Initialize the framework
Declaration
public void Initilize()