DataContractInfo Properties

Microsoft Robotics Class Reference

The DataContractInfo type exposes the following members.

Properties

  Name Description
Public property BaseType
Gets or sets the base type of the data contract.

Remarks

For
Dd133650.CopyCode(en-us,MSDN.10).gifCopyC#
EnumDataContract
this is the underlying type and must be an integer type.
(Inherited from DataContractBase.)
Public property ClsCompliant
Gets or sets a value that indicates whether the assembly is CLS compliant
(Inherited from ContractElement.)
Public property Comment
Gets or sets the comment
(Inherited from CommentedElement.)
Public property DeclaringContract
Gets or sets the declaring contract of data contract.

Remarks

This value is only set if the contract is different from the xml namespace
(Inherited from DataContractBase.)
Public property Description
Gets or sets the description of the contract element
(Inherited from ContractElement.)
Public property DisplayName
Gets or sets the display name of the contract element
(Inherited from ContractElement.)
Public property FullName
Gets or sets the fully qualified type name of the data contract
(Inherited from DataContractBase.)
Public property IsBrowsable
Gets or sets a value that indicates whether the contract element is visable is design tools
(Inherited from ContractElement.)
Public property IsSealed
Gets or sets a value that indicates wether the type is sealed
Public property Kind
Gets or sets the kind of the data contract
Public property Members
Gets the members of the data contract
Public property Name
Gets the name of the type
(Inherited from DataContractBase.)
Public property Namespace
Gets the namespace of the type
(Inherited from DataContractBase.)
Public property TypeReference
Gets or sets the reference that can be used to refer to the type of the data contract
(Inherited from DataContractBase.)
Public property XmlName
Gets or sets the xml name of the data contract
(Inherited from DataContractBase.)
Public property XmlNamespace
Gets or sets the xml namespace of the data contract
(Inherited from DataContractBase.)

See Also

DataContractInfo Class

Microsoft.Dss.Core.ContractModel Namespace