C# Class System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger

Inheritance: ISoapXsd
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
GetXsdType ( ) : String
Parse ( String value ) : SoapNonPositiveInteger
SoapNonPositiveInteger ( ) : System
SoapNonPositiveInteger ( Decimal value ) : System
ToString ( ) : String

Method Details

GetXsdType() public method

public GetXsdType ( ) : String
return String

Parse() public static method

public static Parse ( String value ) : SoapNonPositiveInteger
value String
return SoapNonPositiveInteger

SoapNonPositiveInteger() public method

public SoapNonPositiveInteger ( ) : System
return System

SoapNonPositiveInteger() public method

public SoapNonPositiveInteger ( Decimal value ) : System
value Decimal
return System

ToString() public method

public ToString ( ) : String
return String