C# Класс Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.ScopesType

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ScopesType ( ) : System.Xml.Serialization

Initializes a new instance of the ScopesType class without parameter

ScopesType ( string scopes ) : System.Xml.Serialization

Initializes a new instance of the ScopesType class

ScopesType ( string scopes, string matchBy ) : System.Xml.Serialization

Initializes a new instance of the ScopesType class

Описание методов

ScopesType() публичный Метод

Initializes a new instance of the ScopesType class without parameter
public ScopesType ( ) : System.Xml.Serialization
Результат System.Xml.Serialization

ScopesType() публичный Метод

Initializes a new instance of the ScopesType class
public ScopesType ( string scopes ) : System.Xml.Serialization
scopes string Scopes value
Результат System.Xml.Serialization

ScopesType() публичный Метод

Initializes a new instance of the ScopesType class
public ScopesType ( string scopes, string matchBy ) : System.Xml.Serialization
scopes string Scopes value
matchBy string Match by
Результат System.Xml.Serialization