DisplayNameProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class DisplayNameProvider
type DisplayNameProvider = class
Public MustInherit Class DisplayNameProvider
- Inheritance
-
DisplayNameProvider
Constructors
| Name | Description |
|---|---|
| DisplayNameProvider() | |
Properties
| Name | Description |
|---|---|
| LogicalToDisplayPairs |
In KeyValue Pair, First is Logical Name, Second is Display Name KeyValuePair<Dname, Dname>> represents KeyValuePair<LogicalName, DisplayName>>. |
Methods
| Name | Description |
|---|---|
| New(IEnumerable<KeyValuePair<DName,DName>>) |
Create a new display name provider with the given logical to display pairs. |
| TryGetDisplayName(DName, DName) | |
| TryGetLogicalName(DName, DName) | |
| TryGetLogicalOrDisplayName(DName, DName, DName) |
Lookup when it is either logical or display name. |