PhraseKey Members
Include Protected Members
Include Inherited Members
Represents the key to use to look up a mapping string for a specific LanguageResourcePhrase.
The PhraseKey type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PhraseKey | Initializes a new instance of the PhraseKey class with the specified phrase and mapping. |
Top
Properties
Name | Description | |
---|---|---|
Mapping | Gets the mapping of the language resource phrase. | |
Phrase | Gets the language resource phrase. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the current PhraseKey is equal to the specified object. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Gets the hash code for the current PhraseKey object. (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top