System.Web.Services.Description.ServiceDescriptionImportWarnings Enumeration

Specifies the type of warnings produced by ServiceDescriptionImporter.Import(System.CodeDom.CodeNamespace, System.CodeDom.CodeCompileUnit).

Syntax

[System.Flags]
public enum ServiceDescriptionImportWarnings

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
NoCodeGenerated

Specifies that no proxy class was generated by the ServiceDescriptionImporter.Import(System.CodeDom.CodeNamespace, System.CodeDom.CodeCompileUnit) method.

NoMethodsGenerated

Specifies that the proxy class generated by the ServiceDescriptionImporter.Import(System.CodeDom.CodeNamespace, System.CodeDom.CodeCompileUnit) method includes no methods.

OptionalExtensionsIgnored

Specifies that at least one optional System.Web.Services.Description.ServiceDescriptionFormatExtension for the System.Web.Services.Description.ServiceDescription to be imported has been ignored.

RequiredExtensionsIgnored

Specifies that at least one required System.Web.Services.Description.ServiceDescriptionFormatExtension for the System.Web.Services.Description.ServiceDescription to be imported has been ignored.

SchemaValidation

Specifies that the System.Web.Services.Description.ServiceDescription schema is invalid.

UnsupportedBindingsIgnored

Specifies that at least one System.Web.Services.Description.Binding for the System.Web.Services.Description.ServiceDescription to be imported is of an unsupported type and has been ignored.

UnsupportedOperationsIgnored

Specifies that at least one System.Web.Services.Description.Operation for the System.Web.Services.Description.ServiceDescription to be imported is of an unsupported type and has been ignored.

WsiConformance

Specifies that the System.Web.Services.Description.ServiceDescription to be imported does not conform to the WS-I Basic Profile.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0