IReadOnlyTypeBase.DisplayName Method

Definition

Overloads

DisplayName()

Gets the friendly display name for this structural type.

DisplayName(Boolean)

Gets the friendly display name for the given IReadOnlyTypeBase.

DisplayName()

Gets the friendly display name for this structural type.

[System.Diagnostics.DebuggerStepThrough]
public virtual string DisplayName ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member DisplayName : unit -> string
override this.DisplayName : unit -> string
Public Overridable Function DisplayName () As String

Returns

The display name.

Attributes

Applies to

DisplayName(Boolean)

Gets the friendly display name for the given IReadOnlyTypeBase.

[System.Diagnostics.DebuggerStepThrough]
public virtual string DisplayName (bool omitSharedType);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member DisplayName : bool -> string
override this.DisplayName : bool -> string
Public Overridable Function DisplayName (omitSharedType As Boolean) As String

Parameters

omitSharedType
Boolean

A value indicating whether the name of the type for shared type entity types should be omitted from the returned value.

Returns

The display name.

Attributes

Applies to