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

Inheritance: ISoapXsd
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0

Public Methods

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

Method Details

GetXsdType() public method

public GetXsdType ( ) : String
return String

Parse() public static method

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

SoapNonNegativeInteger() public method

public SoapNonNegativeInteger ( ) : System
return System

SoapNonNegativeInteger() public method

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

ToString() public method

public ToString ( ) : String
return String