Public Member Functions | |
ImportContext (CodeIdentifiers? identifiers, bool shareTypes) | |
Package Functions | |
ImportContext () | |
Properties | |
SchemaObjectCache | Cache [get] |
Hashtable | Elements [get] |
Hashtable | Mappings [get] |
CodeIdentifiers | TypeIdentifiers [get] |
bool | ShareTypes [get] |
StringCollection | Warnings [get] |
Private Attributes | |
readonly bool | _shareTypes |
SchemaObjectCache | _cache |
Hashtable | _mappings |
Hashtable | _elements |
CodeIdentifiers | _typeIdentifiers |
Definition at line 6 of file ImportContext.cs.