System.Xml.Serialization.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.

See Also: CodeIdentifiers Members

Syntax

public class CodeIdentifiers

Remarks

The following list identifies tools and classes that use the System.Xml.Serialization.CodeIdentifiers:

Instead of using the System.Xml.Serialization.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 System.Xml.Serialization.CodeIdentifiers instance can be used to maintain the names of any of the items in the following list:

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.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0