CodeIdentifiers Class
Maintains a group of names for related code entities or type mappings that are generated by the .NET Framework's XML serialization infrastructure.
Assembly: System.Xml (in System.Xml.dll)
The following list identifies tools and classes that use the CodeIdentifiers:
The Web Services Description Language Tool (Wsdl.exe), or the ServiceDescriptionImporter class, while generating client proxy classes or abstract server classes from a Web Services Description Language (WSDL) document.
The XML Schema Definition Tool (Xsd.exe) tool while generating classes from XML Schema Definition (XSD) documents.
The ServiceDescriptionReflector class while creating ServiceDescription objects from classes that are identified as Web services via the WebServiceAttribute attribute.
Instead of using the CodeIdentifiers class directly, use the aforementioned tools or classes. If you want to control the names of code entities that are bound to XML Schema or Web service definitions, use the associated attributes.
Depending on its scope, a CodeIdentifiers instance can be used to maintain the names of any of the items in the following list:
Types, methods, or fields.
The parameters and return value of a method corresponding to WSDL input and output messages.
Objects within a ServiceDescription instance that can be serialized to a WSDL document.
Typically, the class is used to avoid naming collisions between code entities within a particular scope, including collisions with the name of a containing entity.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.