C# 클래스 Thinktecture.ServiceModel.Description.RegisterNamespacePrefixAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: ChristianWeyer/Thinktecture.ServiceModel 1 사용 예제들

공개 메소드들

메소드 설명
RegisterNamespacePrefixAttribute ( string prefix, string xmlNamespace ) : System

Initializes a new instance of the RegisterNamespacePrefixAttribute class.

메소드 상세

RegisterNamespacePrefixAttribute() 공개 메소드

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