C# Class Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.ScopesType

Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

ScopesType() public method

Initializes a new instance of the ScopesType class without parameter
public ScopesType ( ) : System.Xml.Serialization
return System.Xml.Serialization

ScopesType() public method

Initializes a new instance of the ScopesType class
public ScopesType ( string scopes ) : System.Xml.Serialization
scopes string Scopes value
return System.Xml.Serialization

ScopesType() public method

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
return System.Xml.Serialization