Class ViewCommandSeperator
The empty command used to indicate a separator in Seperator
Public only for compatability .
Inheritance
System.Object
    
    
    
    
    ViewCommandSeperator
  Implements
System.IDisposable
    
    
    System.Windows.Input.ICommand
    
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: LemonEdge.Client.Core.Commands.ViewCommands
Assembly: ClientCore.dll
Syntax
public class ViewCommandSeperator : ViewCommand, IHasChildren<EPCommandWithDescriptor>, IHasChildren, IDisposable, IEPCommandWithDescriptor, IEPCommand, ICommand, ICommandDescriptor
  Constructors
ViewCommandSeperator()
Declaration
public ViewCommandSeperator()
  Properties
Description
Declaration
public override string Description { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
IconID
Declaration
public override Guid IconID { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Guid | 
Overrides
OverlayIconID
Declaration
public override Guid? OverlayIconID { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Guid> | 
Overrides
Title
Declaration
public override string Title { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
ToolTip
Declaration
public override string ToolTip { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
Methods
InternalCanExecute(Object)
Declaration
public override bool InternalCanExecute(object parameter)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | parameter | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Overrides
InternalExecute(Object)
Declaration
public override void InternalExecute(object parameter)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | parameter | 
Overrides
Implements
      System.IDisposable
  
  
  
  
      System.Windows.Input.ICommand