Edit

Share via


XmlDataContract Class

Definition

public ref class XmlDataContract sealed : System::Runtime::Serialization::DataContracts::DataContract
public sealed class XmlDataContract : System.Runtime.Serialization.DataContracts.DataContract
type XmlDataContract = class
    inherit DataContract
Public NotInheritable Class XmlDataContract
Inherits DataContract
Inheritance
XmlDataContract

Properties

BaseContract (Inherited from DataContract)
ContractType (Inherited from DataContract)
DataMembers (Inherited from DataContract)
HasRoot
IsAnonymous
IsBuiltInDataContract (Inherited from DataContract)
IsISerializable (Inherited from DataContract)
IsReference (Inherited from DataContract)
IsTopLevelElementNullable
IsTypeDefinedOnImport
IsValueType
KnownDataContracts (Inherited from DataContract)
OriginalUnderlyingType (Inherited from DataContract)
TopLevelElementName (Inherited from DataContract)
TopLevelElementNamespace (Inherited from DataContract)
UnderlyingType (Inherited from DataContract)
XmlName (Inherited from DataContract)
XsdType

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetArrayTypeName(Boolean) (Inherited from DataContract)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
IsDictionaryLike(String, String, String) (Inherited from DataContract)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to