Table of Contents

Class LoginCommand

Namespace
The.WPF.Shell.Login
Assembly
Instagile.WPF.dll
public record LoginCommand : IEquatable<LoginCommand>
Inheritance
LoginCommand
Implements
Inherited Members

Constructors

LoginCommand(string, ICommand)

public LoginCommand(string Label, ICommand Command)

Parameters

Label string
Command ICommand

Properties

Command

public ICommand Command { get; init; }

Property Value

ICommand

Label

public string Label { get; init; }

Property Value

string