C# Class SevenDigital.Parsing.XsdToObject.ParsableType

Exibir arquivo Open project: 7digital/XsdToObject

Public Methods

Method Description
ConstructParseCall ( string value ) : string
ParsableType ( string xmlTypeName, string netTypeName, Type type ) : System

Private Methods

Method Description
FormatParseCall ( Type type ) : string

Method Details

ConstructParseCall() public method

public ConstructParseCall ( string value ) : string
value string
return string

ParsableType() public method

public ParsableType ( string xmlTypeName, string netTypeName, Type type ) : System
xmlTypeName string
netTypeName string
type System.Type
return System