Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Tools.dll Namespace: CloudNimble.EasyAF.Tools.Commands Inheritance: System.Object

Syntax

Summary

Root command for EDMX file utilities.

Remarks

This command serves as the entry point for all EDMX-related subcommands, such as generate, swap, and watch. It provides shared utility methods for locating project folders and EDMX files.

Examples

Constructors

.ctor

Syntax

.ctor Inherited

Inherited from object

Syntax

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

FindDataFolder

Attempts to find the .Data folder in the given root directory.

Syntax

Parameters

Returns

Type: string The path to the .Data folder, or null if not found.

Examples

FindEdmxFile

Attempts to find the first EDMX file in the given folder.

Syntax

Parameters

Returns

Type: string The path to the first EDMX file found, or null if none found.

Examples

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

OnExecute

Shows help for the edmx command.

Syntax

Parameters

Returns

Type: int Exit code 1.

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?