LocalizedName Classe
Definição
Define um nome localizado.Defines a localized name.
public ref class LocalizedName : System::IdentityModel::Metadata::LocalizedEntry
public class LocalizedName : System.IdentityModel.Metadata.LocalizedEntry
type LocalizedName = class
inherit LocalizedEntry
Public Class LocalizedName
Inherits LocalizedEntry
- Herança
Construtores
| LocalizedName() |
Inicializa uma nova instância da classe LocalizedName.Initializes a new instance of the LocalizedName class. |
| LocalizedName(String, CultureInfo) |
Inicializa uma nova instância da classe LocalizedName que tem o nome e a cultura (idioma) especificados.Initializes a new instance of the LocalizedName class that has the specified name and culture (language). |
Propriedades
| Language |
Obtém ou define as informações de cultura.Gets or sets the culture information. (Herdado de LocalizedEntry) |
| Name |
Obtém ou define o nome.Gets or sets the name. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |