C# Class Thinktecture.ServiceModel.Description.RegisterNamespacePrefixAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: ChristianWeyer/Thinktecture.ServiceModel Class Usage Examples

Public Methods

Method Description
RegisterNamespacePrefixAttribute ( string prefix, string xmlNamespace ) : System

Initializes a new instance of the RegisterNamespacePrefixAttribute class.

Method Details

RegisterNamespacePrefixAttribute() public method

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