Skip to main content

Class TypeSearcher

Inheritance

↳ object

    TypeSearcher

Implements

ITypeSearcher

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime.CodeAutocomplete

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class TypeSearcher : ITypeSearcher

Constructors

TypeSearcher()

Declaration
public TypeSearcher()

Properties

Initialized

Declaration
public bool Initialized { get; }
Property value
TypeDescription
bool

Methods

GetByFullName(string)

Declaration
public Type GetByFullName(string fullName)
Parameters
TypeNameDescription
stringfullName
Returns
TypeDescription
Type

SetExcludeNamespaces(IEnumerable<string>)

Declaration
public void SetExcludeNamespaces(IEnumerable<string> excludeNamespaces)
Parameters
TypeNameDescription
IEnumerable<string>excludeNamespaces

AddExcludeNamespaces(IEnumerable<string>)

Declaration
public void AddExcludeNamespaces(IEnumerable<string> excludeNamespaces)
Parameters
TypeNameDescription
IEnumerable<string>excludeNamespaces

InitIfNotInitialized()

Declaration
public void InitIfNotInitialized()

GetAllTypes()

Declaration
public Type[] GetAllTypes()
Returns
TypeDescription
System.Type[]

Extension Methods