Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ParsedType

OptimaJet.Workflow.Core.Designer.ParsedType

public class ParsedType

Inheritance

  • System.Object

Constructors

public ParsedType() #

Methods

public Type ConvertToType() #

Returns

Type
Description
Type
public static string GetFriendlyName(Type type) #

Parameters

Name
Type
Description
type
Type

Returns

Type
Description
String
public static ParsedType Parse(string name) #

Parameters

Name
Type
Description
name
String

Returns

Type
Description
ParsedType

Fields

public string Name #
public bool IsGeneric #
public List<ParsedType.ArrayDimension> ArrayDimensions #
public List<ParsedType> TypeArguments #
public bool IsNullable #