Table of Contents

Class TangerineDropDownListPropertyEditorAttribute

Namespace
Lime
Assembly
Lime.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public sealed class TangerineDropDownListPropertyEditorAttribute : Attribute
Inheritance
TangerineDropDownListPropertyEditorAttribute
Inherited Members

Constructors

TangerineDropDownListPropertyEditorAttribute(string)

public TangerineDropDownListPropertyEditorAttribute(string enumerateItemsMethodName)

Parameters

enumerateItemsMethodName string

Methods

EnumerateItems(object)

public IEnumerable<(string, object)> EnumerateItems(object @object)

Parameters

object object

Returns

IEnumerable<(string, object)>