BasicProfileViolation Members
.NET Framework 3.0
Represents a WSDL violation of the WSI Basic Profile version 1.1.
The following tables list the members exposed by the BasicProfileViolation type.
| Name | Description | |
|---|---|---|
| Claims | Gets a WsiProfiles object that specifies whether the Web service declares that it conforms to the WSI Basic Profile version 1.1. |
| Details | Gets a String that provides a detailed description of the WSDL violation of the Basic Profile. |
| Elements | Represents WSDL elements that do not comply with the WSI Basic Profile version 1.1 specification. |
| NormativeStatement | Gets the identifier for the WSDL violation of the Basic Profile version 1.1 specification. |
| Recommendation | Gets a String object that describes the WSDL violation of the Basic Profile version 1.1 specification. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (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) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overridden. Returns a String that comprises information from NormativeStatement, Details, and Elements. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: