Table of Contents

Method GetDataType

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

GetDataType(Type, bool, IList<INetNamespace>)

protected virtual string GetDataType(Type type, bool useHtmlFormatting, IList<INetNamespace> nspaces)

Parameters

type Type
useHtmlFormatting bool
nspaces IList<INetNamespace>

Returns

string

GetDataType(Type, bool, bool, IList<INetNamespace>)

protected virtual string GetDataType(Type type, bool shortName, bool useHtmlFormatting, IList<INetNamespace> nspaces)

Parameters

type Type
shortName bool
useHtmlFormatting bool
nspaces IList<INetNamespace>

Returns

string

GetDataType(Type, bool, bool, bool, bool, bool, IList<INetNamespace>, CodeCompletionScope, bool)

protected virtual string GetDataType(Type type, bool shortName, bool checkShortName, bool useGenericArgs, bool useDescription, bool useHtmlFormatting, IList<INetNamespace> nspaces, CodeCompletionScope scope, bool insertText = false)

Parameters

type Type
shortName bool
checkShortName bool
useGenericArgs bool
useDescription bool
useHtmlFormatting bool
nspaces IList<INetNamespace>
scope CodeCompletionScope
insertText bool

Returns

string