Share via


DataContractReference Members

Microsoft Robotics Class Reference

The DataContractReference type exposes the following members.

Constructors

  Name Description
Public method DataContractReference
Initializes a new instance of the DataContractReference class

Methods

  Name Description
Public method Clone
Clones the current instance
Public method CopyTo
Copies the members values of the current instance to the target
Public method Deserialize
Deserializes the values of the members from a reader
Public method Equals
Compares two the current instance with another instance
(Overrides Object. . :: . .Equals(Object).)
Protected method 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.)
Public method GetHashCode
Gets the hashcode for the current instance
(Overrides Object. . :: . .GetHashCode() () () ().)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Serialize
Serializes the values of the members of the current instance
Public method ShouldSerializeGenericArguments
Gets a value that indicates whether to serialize the
Dd151569.CopyCode(en-us,MSDN.10).gifCopyC#
GenericArguments
property
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property ArrayRank
Gets or sets the dimension of the array if the type is an array type.
Public property AssemblyName
Gets or sets the name of the assembly in which the data type is defined. This property is
Dd151569.CopyCode(en-us,MSDN.10).gifCopyC#
    null
  
if the type is in the same assembly as the reference.
Public property DeclaringContract
Gets or sets the identifier of the DSS namespace
Public property FullName
Gets or sets the fully qualified name of the referenced type
Public property GenericArguments
Gets the list of type parameters if the type is a generic type
Public property IsConvertedToProxy
Gets or sets a value that indicates whether the type reference has been automatically converted to its proxy type.

Remarks

This information is not serialized and is only availabe when the service summary has been reflected directly of an assembly. It is not part of service summaries stored in proxy assemblies.
Public property Name
Gets the name of the data type
Public property Namespace
Gets the namespace of the data type

See Also

DataContractReference Class

Microsoft.Dss.Core.ContractModel Namespace