C# Class System.Xml.Serialization.SchemaObjectCache

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
AddItem System.Xml.Schema.XmlSchemaObject
CompositeHash int
GenerateSchemaGraph void
GetDependencies System.Collections.ArrayList
GetHash int
Match bool
ToString string

Private Methods

Method Description
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