Skip to main content

Definition

Assembly: CloudNimble.DotNetDocs.Mintlify.dll Namespace: CloudNimble.DotNetDocs.Mintlify Inheritance: System.Object

Syntax

Summary

Provides FontAwesome 7 icon mappings for different .NET documentation entities in Mintlify.

Methods

GetIconForAccessibility

Gets the icon for an Accessibility enum value.

Syntax

Parameters

Returns

Type: string The FontAwesome icon name.

GetIconForAccessModifier

Gets the icon for an access modifier.

Syntax

Parameters

Returns

Type: string The FontAwesome icon name.

GetIconForAssembly

Gets the appropriate icon for a DocAssembly.

Syntax

Parameters

Returns

Type: string The FontAwesome icon name.

GetIconForEntity

Gets the appropriate icon for a DocEntity based on its type.

Syntax

Parameters

Returns

Type: string The FontAwesome icon name.

GetIconForMember

Gets the icon for a DocMember based on its kind and characteristics.

Syntax

Parameters

Returns

Type: string The FontAwesome icon name.

GetIconForMethod

Gets the icon for a DocMember method, considering special characteristics.

Syntax

Parameters

Returns

Type: string The FontAwesome icon name.

GetIconForNamespace

Gets the icon for a DocNamespace based on whether it has types.

Syntax

Parameters

Returns

Type: string The FontAwesome icon name.

GetIconForNamespaceSegment

Gets an icon based on the namespace segment for organization-specific icons.

Syntax

Parameters

Returns

Type: string The FontAwesome icon name based on common patterns.

GetIconForType

Gets the icon for a DocType based on its kind and characteristics.

Syntax

Parameters

Returns

Type: string The FontAwesome icon name.

GetIconForTypeByName

Gets an appropriate icon based on common type naming patterns.

Syntax

Parameters

Returns

Type: string A FontAwesome icon based on the type name pattern.