Table of Contents

Class EnumListItem

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

Constructors

EnumListItem(EnumListItemHandle)

public EnumListItem(EnumListItemHandle handle)

Parameters

handle EnumListItemHandle

EnumListItem(params ConstructArgument[])

public EnumListItem(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

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