Class ParsedType
Inheritance
↳ object
↳ ParsedType
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Designer
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class ParsedType
Constructors
ParsedType()
Declarationpublic ParsedType()
Methods
ConvertToType()
Declarationpublic Type ConvertToType()
| Type | Description |
|---|---|
| Type |
GetFriendlyName(Type)
Declarationpublic static string GetFriendlyName(Type type)
| Type | Name | Description |
|---|---|---|
| Type | type |
| Type | Description |
|---|---|
| string |
Parse(string)
Declarationpublic static ParsedType Parse(string name)
| Type | Name | Description |
|---|---|---|
| string | name |
| Type | Description |
|---|---|
| ParsedType |
Fields
Name
Declarationpublic string Name
| Type | Description |
|---|---|
| string |
IsGeneric
Declarationpublic bool IsGeneric
| Type | Description |
|---|---|
| bool |
ArrayDimensions
Declarationpublic List<ParsedType.ArrayDimension> ArrayDimensions
| Type | Description |
|---|---|
| List<ParsedType.ArrayDimension> |
TypeArguments
Declarationpublic List<ParsedType> TypeArguments
| Type | Description |
|---|---|
| List<ParsedType> |
IsNullable
Declarationpublic bool IsNullable
| Type | Description |
|---|---|
| bool |