ImportOptions Class
Represents the options that can be set on an XsdDataContractImporter.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
The ImportOptions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CodeProvider | Gets or sets a CodeDomProvider instance that provides the means to check whether particular options for a target language are supported. |
![]() | DataContractSurrogate | Gets or sets a data contract surrogate that can be used to modify the code generated during an import operation. |
![]() | EnableDataBinding | Gets or sets a value that specifies whether types in generated code should implement the INotifyPropertyChanged interface. |
![]() | GenerateInternal | Gets or sets a value that specifies whether generated code will be marked internal or public. |
![]() | GenerateSerializable | Gets or sets a value that specifies whether generated data contract classes will be marked with the SerializableAttribute attribute in addition to the DataContractAttribute attribute. |
![]() | ImportXmlType | Gets or sets a value that determines whether all XML schema types, even those that do not conform to a data contract schema, will be imported. |
![]() | Namespaces | Gets a dictionary that contains the mapping of data contract namespaces to the CLR namespaces that must be used to generate code during an import operation. |
![]() | ReferencedCollectionTypes | Gets a collection of types that represents data contract collections that should be referenced when generating code for collections, such as lists or dictionaries of items. |
![]() | ReferencedTypes | Gets a IList<T> containing types referenced in generated code. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The XsdDataContractImporter is used to generate code from XML schema using the .NET Framework CodeDOM. To generate an XML schema from an assembly, use the XsdDataContractExporter.
For more information about importing and exporting schemas, see Schema Import and Export and Importing Schema To Generate Classes.
The following example creates an instance of the ImportOptions class and sets the EnableDataBinding and GenerateInternal properties.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
