C# Class dk.nita.saml20.Schema.Metadata.LocalizedName

Afficher le fichier Open project: symplified/Symplified.Auth

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LocalizedName ( ) : System

Initializes a new instance of the LocalizedName class.

LocalizedName ( string value, string lang ) : System

Initializes a new instance of the LocalizedName class.

Method Details

LocalizedName() public méthode

Initializes a new instance of the LocalizedName class.
public LocalizedName ( ) : System
Résultat System

LocalizedName() public méthode

Initializes a new instance of the LocalizedName class.
public LocalizedName ( string value, string lang ) : System
value string The value.
lang string The language.
Résultat System