Skip to content

localizationsharedmodels LEnum

Denis Akopyan edited this page Jul 10, 2025 · 1 revision

LEnum Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Localization.Shared.Models
  Localization.Shared.Models.LEnum[[LEnum]]
  end
  subgraph System.ComponentModel
System.ComponentModel.INotifyPropertyChanged[[INotifyPropertyChanged]]
  end
System.ComponentModel.INotifyPropertyChanged --> Localization.Shared.Models.LEnum
Loading

Members

Properties

Public properties

Type Name Methods
object EnumField
Wrapped enum field
get
string String
Localized string representation of the enum field
get, set

Methods

Public methods

Returns Name
string ToString()

Details

Inheritance

  • INotifyPropertyChanged

Constructors

LEnum

public LEnum(object enumField)
Arguments
Type Name Description
object enumField
Summary

Default constructor

Methods

ToString

public override string ToString()

Properties

String

public string String { get; set; }
Summary

Localized string representation of the enum field

EnumField

public object EnumField { get; }
Summary

Wrapped enum field

Events

PropertyChanged

public event PropertyChangedEventHandler PropertyChanged

Generated with ModularDoc

Clone this wiki locally