Table of Contents

Interface INamedEnumerable

Namespace
CMS.Base
Assembly
CMS.Base.dll

Sorted enumerable interface

public interface INamedEnumerable
Extension Methods

Properties

ItemsHaveNames

Returns true if the items in the collection have names

bool ItemsHaveNames { get; }

Property Value

bool

SortNames

Specifies whether the names should be sorted or not

bool SortNames { get; set; }

Property Value

bool

Methods

GetObjectName(object)

Returns the name of the given object

string GetObjectName(object obj)

Parameters

obj object

Object for which to get the name

Returns

string