Table of Contents

Method GetElementDisplayName

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

GetElementDisplayName(Type)

Gets the display name for the specified type.

public static string GetElementDisplayName(Type type)

Parameters

type Type

The Type for which to retrieve the display name.

Returns

string

The display name for the specified type.

GetElementDisplayName(object)

Gets the display name for the specified element.

public static string GetElementDisplayName(object element)

Parameters

element object

The element for which to retrieve the display name.

Returns

string

The name of the element.