Method |
Description |
|
AddExtensionData ( CodeTypeDeclaration td ) : void |
|
|
AddProperty ( CodeTypeDeclaration td, XmlSchemaElement xe ) : void |
|
|
AddTypeAttributes ( CodeTypeDeclaration td, XmlSchemaType type ) : void |
|
|
CanImport ( XmlSchemaSet schemas, XmlSchemaComplexType type ) : bool |
|
|
DoImport ( XmlSchemaSet schemas, XmlSchemaType type, XmlQualifiedName qname ) : void |
|
|
GetCodeNamespace ( XmlQualifiedName name ) : CodeNamespace |
|
|
GetCodeNamespaceFromXmlns ( string xns ) : string |
|
|
GetCodeTypeReference ( XmlQualifiedName typeName, XmlSchemaElement element ) : CodeTypeReference |
|
|
GetCodeTypeReferenceInternal ( XmlQualifiedName typeName, bool throwError ) : CodeTypeReference |
|
|
GetTypeInfo ( XmlQualifiedName typeName, bool throwError ) : TypeImportInfo |
|
|
GetUniqueName ( string name, CodeNamespace cns ) : string |
|
|
Import ( XmlSchemaSet schemas, XmlSchemaType type ) : void |
|
|
Import ( XmlSchemaSet schemas, XmlSchemaType type, XmlQualifiedName qname ) : void |
|
|
ImportComplexType ( CodeTypeDeclaration td, XmlSchemaSet schemas, XmlSchemaComplexType type, XmlQualifiedName qname ) : bool |
|
|
ImportEnum ( CodeTypeDeclaration td, XmlSchemaSet schemas, XmlSchemaSimpleTypeRestriction r, XmlSchemaType type, XmlQualifiedName qname, bool isFlag ) : void |
|
|
ImportSimpleType ( CodeTypeDeclaration td, XmlSchemaSet schemas, XmlSchemaSimpleType type, XmlQualifiedName qname ) : void |
|
|
IsPredefinedType ( XmlQualifiedName qname ) : bool |
|
|
MakeStringNamespaceComponentsValid ( string ns ) : string |
|
|