1 sharedlibrarycoreconfigurationattributes LocalizedDisplayName
RaidMax edited this page 2023-05-20 22:09:21 -05:00

LocalizedDisplayName Internal class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Configuration.Attributes
  SharedLibraryCore.Configuration.Attributes.LocalizedDisplayName[[LocalizedDisplayName]]
  end
  subgraph System.ComponentModel
System.ComponentModel.DisplayNameAttribute[[DisplayNameAttribute]]
  end
System.ComponentModel.DisplayNameAttribute --> SharedLibraryCore.Configuration.Attributes.LocalizedDisplayName

Members

Properties

Public properties

Type Name Methods
string DisplayName get

Details

Inheritance

  • DisplayNameAttribute

Constructors

LocalizedDisplayName

Source code

public LocalizedDisplayName(string localizationKey)
Arguments
Type Name Description
string localizationKey

Properties

DisplayName

public override string DisplayName { get; }

Generated with ModularDoc