Table of Contents

Class EnumListItem

Namespace
Adw
Assembly
Adw-1.dll
public sealed class EnumListItem : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
EnumListItem
Implements
Inherited Members

Constructors

EnumListItem(bool, params ConstructArgument[])

protected EnumListItem(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

EnumListItem(IntPtr, bool)

protected EnumListItem(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

NamePropertyDefinition

public static readonly Property<string?, EnumListItem> NamePropertyDefinition

Field Value

Property<string, EnumListItem>

NickPropertyDefinition

public static readonly Property<string?, EnumListItem> NickPropertyDefinition

Field Value

Property<string, EnumListItem>

ValuePropertyDefinition

public static readonly Property<int, EnumListItem> ValuePropertyDefinition

Field Value

Property<int, EnumListItem>

Properties

Name

public string? Name { get; }

Property Value

string

Nick

public string? Nick { get; }

Property Value

string

Value

public int Value { get; }

Property Value

int

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetName()

public string GetName()

Returns

string

GetNick()

public string GetNick()

Returns

string

GetValue()

public int GetValue()

Returns

int