Definition
Assembly: CloudNimble.EasyAF.Tools.dll Namespace: CloudNimble.EasyAF.Tools.Commands Inheritance: System.ObjectSyntax
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
objectSyntax
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
FindDataFolder
Attempts to find the .Data folder in the given root directory.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
rootFolder | string | The root directory to search. |
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
| Name | Type | Description |
|---|---|---|
folder | string | The folder to search for EDMX files. |
Returns
Type:string
The path to the first EDMX file found, or null if none found.
Examples
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
OnExecute
Shows help for the edmx command.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
app | McMaster.Extensions.CommandLineUtils.CommandLineApplication | The command line application. |
Returns
Type:int
Exit code 1.
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?