Table of Contents

Interface IEnumMember

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.Enums
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Gets the enum member.

public interface IEnumMember

Properties

Caption

Gets the caption.

string Caption { get; }

Property Value

string

Name

Gets the name.

string Name { get; }

Property Value

string

Methods

GetEnabled(object)

Gets a value indicating whether the enum member is enabled.

bool GetEnabled(object item)

Parameters

item object

Item for which the value is obtained.

Returns

bool

A value indicating whether the enum member is enabled.