Show / Hide Table of Contents

Struct CommandEntry

Represents the implementation of command.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public struct CommandEntry

Fields

Name Description
CanExecute

The handler to determine whether command can be executed.

Command

Gets the command that is implemented.

Executed

The handler when command is executed.

Properties

Name Description
InputGesturesCount

Gets the count of input gestures for this command implementation.

Methods

Name Description
GetInputGesture(Int32)

Gets the input gesture at specified index.

ReplaceWith(InputGesture[])

Create a new CommandEntry by replaces the input gestures.

Extension Methods

ColumnExtensions.WithDefaultValue<TColumn, TValue>(TColumn, TValue, String, String)
ColumnExtensions.WithValueComparer<TColumn, TValue>(TColumn, IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest