C# Class Thinktecture.ServiceModel.Description.RegisterNamespacePrefixAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: ChristianWeyer/Thinktecture.ServiceModel Class Usage Examples

Méthodes publiques

Méthode Description
RegisterNamespacePrefixAttribute ( string prefix, string xmlNamespace ) : System

Initializes a new instance of the RegisterNamespacePrefixAttribute class.

Method Details

RegisterNamespacePrefixAttribute() public méthode

Initializes a new instance of the RegisterNamespacePrefixAttribute class.
public RegisterNamespacePrefixAttribute ( string prefix, string xmlNamespace ) : System
prefix string The prefix.
xmlNamespace string The XML namespace.
Résultat System