Show / Hide Table of Contents

Interface ISelectable

Utility interface for objects that can be selected .

Namespace: Benday.Common
Assembly: Benday.Common.dll
Syntax
public interface ISelectable

Properties

| Edit this page View Source

IsSelected

Is the current object selected

Declaration
bool IsSelected { get; set; }
Property Value
Type Description
bool

Extension Methods

ObjectAssertExtensions.ShouldBeNull<T>(T?, string)
ObjectAssertExtensions.ShouldBeSameAs<T>(T, T, string)
ObjectAssertExtensions.ShouldEqual<T>(T, T, string)
ObjectAssertExtensions.ShouldNotBeNull<T>(T?, string)
ObjectAssertExtensions.ShouldNotBeSameAs<T>(T, T, string)
ObjectAssertExtensions.ShouldNotEqual<T>(T, T, string)
ObjectAssertExtensions.ShouldBeOfType<T>(object?, string)
ObjectAssertExtensions.ShouldNotBeOfType<T>(object?, string)
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com