C# 클래스 System.Runtime.Serialization.SchemaHelper

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

비공개 메소드들

메소드 설명
AddElementForm ( XmlSchemaElement element, XmlSchema schema ) : void
AddSchemaImport ( string ns, XmlSchema schema ) : void
CreateSchema ( string ns, XmlSchemaSet schemas ) : XmlSchema
GetGlobalElementDeclaration ( XmlSchemaSet schemas, XmlQualifiedName typeQName, bool &isNullable ) : XmlQualifiedName
GetSchema ( string ns, XmlSchemaSet schemas ) : XmlSchema
GetSchemaElement ( SchemaObjectDictionary schemaInfo, XmlQualifiedName elementName ) : XmlSchemaElement
GetSchemaElement ( XmlSchemaSet schemas, XmlQualifiedName elementQName, XmlSchema &outSchema ) : XmlSchemaElement
GetSchemaType ( SchemaObjectDictionary schemaInfo, XmlQualifiedName typeName ) : XmlSchemaType
GetSchemaType ( XmlSchemaSet schemas, XmlQualifiedName typeQName, XmlSchema &outSchema ) : XmlSchemaType
GetSchemaWithGlobalElementDeclaration ( XmlSchemaElement element, XmlSchemaSet schemas ) : XmlSchema
GetSchemaWithType ( SchemaObjectDictionary schemaInfo, XmlSchemaSet schemas, XmlQualifiedName typeName ) : XmlSchema
NamespacesEqual ( string ns1, string ns2 ) : bool