-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoreconfigurationattributes LocalizedDisplayName
RaidMax edited this page May 21, 2023
·
1 revision
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
Type | Name | Methods |
---|---|---|
string |
DisplayName |
get |
DisplayNameAttribute
public LocalizedDisplayName(string localizationKey)
Type | Name | Description |
---|---|---|
string |
localizationKey |
public override string DisplayName { get; }
Generated with ModularDoc