C# Класс System.Xml.Serialization.SchemaObjectCache

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddItem System.Xml.Schema.XmlSchemaObject
CompositeHash int
GenerateSchemaGraph void
GetDependencies System.Collections.ArrayList
GetHash int
Match bool
ToString string

Приватные методы

Метод Описание
AddItem ( XmlSchemaObject item, XmlQualifiedName qname, System.Xml.Serialization.XmlSchemas schemas ) : XmlSchemaObject
CompositeHash ( XmlSchemaObject o, int hash ) : int
GenerateSchemaGraph ( System.Xml.Serialization.XmlSchemas schemas ) : void
GetDependencies ( XmlSchemaObject o, ArrayList deps, Hashtable refs ) : ArrayList
GetHash ( XmlSchemaObject o ) : int
Match ( XmlSchemaObject o1, XmlSchemaObject o2, bool shareTypes ) : bool
ToString ( XmlSchemaObject o, SchemaObjectWriter writer ) : string