Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Core.dll Namespace: CloudNimble.EasyAF.Core Inheritance: System.Object

Syntax

Summary

Fills a gap in nameof by allowing you to use deep name references instead of local name references.

Remarks

Solution modified from link.

Methods

Full

Gets the full property path name from the specified expression, optionally using a custom separator.

Syntax

Parameters

Returns

Type: string The full property path as a string with the specified separator.

Type Parameters

  • TSource - The source type containing the property.

Full

Allows you to create a source name expression when you need to have a prefixing variable in the result.

Syntax

Parameters

Returns

Type: string

Type Parameters

  • TSource -