C# Class System.Runtime.Serialization.SchemaExporter

ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Private Methods

Method Description
AddDefaultXmlType ( XmlSchemaSet schemas, string localName, string ns ) : void
CreateAnyElementType ( ) : XmlSchemaComplexType
CreateAnyType ( ) : XmlSchemaComplexType
Export ( ) : void
GetXmlTypeInfo ( Type type, XmlQualifiedName &stableName, XmlSchemaType &xsdType, bool &hasRoot ) : void
InvokeSchemaProviderMethod ( Type clrType, XmlSchemaSet schemas, XmlQualifiedName &stableName, XmlSchemaType &xsdType, bool &hasRoot ) : bool
IsSpecialXmlType ( Type type, XmlQualifiedName &typeName, XmlSchemaType &xsdType, bool &hasRoot ) : bool
SchemaExporter ( XmlSchemaSet schemas, DataContractSet dataContractSet ) : System