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

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

Public Methods

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

Method Details

GetXsdType() public method

public GetXsdType ( ) : String
return String

Parse() public static method

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

SoapNegativeInteger() public method

public SoapNegativeInteger ( ) : System
return System

SoapNegativeInteger() public method

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

ToString() public method

public ToString ( ) : String
return String