-
-
Notifications
You must be signed in to change notification settings - Fork 0
localizationsharedmodels LEnum
Denis Akopyan edited this page Jul 10, 2025
·
1 revision
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
| Type | Name | Methods |
|---|---|---|
object |
EnumFieldWrapped enum field |
get |
string |
StringLocalized string representation of the enum field |
get, set |
| Returns | Name |
|---|---|
string |
ToString() |
INotifyPropertyChanged
public LEnum(object enumField)| Type | Name | Description |
|---|---|---|
object |
enumField |
Default constructor
public override string ToString()public string String { get; set; }Localized string representation of the enum field
public object EnumField { get; }Wrapped enum field
public event PropertyChangedEventHandler PropertyChangedGenerated with ModularDoc