DataMemberInfo Members
Microsoft Robotics Class Reference
The DataMemberInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataMemberInfo |
Initializes a new instance of the DataMemberInfo class
|
Methods
Name | Description | |
---|---|---|
Clone |
Creates o copy of the current instance
(Overrides CommentedElement. . :: . .Clone() () () ().) |
|
CopyTo |
Copies the members values of the current instance to the target
(Overrides ContractElement. . :: . .CopyTo(IDssSerializable).) |
|
Deserialize |
Deserializes the values of the members from a reader
(Overrides ContractElement. . :: . .Deserialize(BinaryReader).) |
|
Equals | (Inherited from Object.) | |
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.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Serialize |
Serializes the values of the members of the current instance
(Overrides ContractElement. . :: . .Serialize(BinaryWriter).) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ClsCompliant |
Gets or sets a value that indicates whether the assembly is CLS compliant
(Inherited from ContractElement.) |
|
Comment |
Gets or sets the comment
(Inherited from CommentedElement.) |
|
ConstantValue |
Gets or sets the value of the constant
RemarksThe property is ignore if
CopyC#
Kind
CopyC#
DataMemberKind.Constant |
|
ConstructorParameter |
Gets or sets the settings for the constructor parameter.
RemarksSet the property to null if the member is not a constructor parameter |
|
Description |
Gets or sets the description of the contract element
(Inherited from ContractElement.) |
|
DisplayName |
Gets or sets the display name of the contract element
(Inherited from ContractElement.) |
|
IsBrowsable |
Gets or sets a value that indicates whether the contract element is visable is design tools
(Inherited from ContractElement.) |
|
IsRequired |
Gets or sets a value that indicates whether the data member is required
|
|
IsVirtual |
Gets or sets a value that indicates whether the member override virtual member of a base class or can be overriden by a subclass
|
|
Kind |
Gets or sets the kind of the data member
|
|
MemberType |
Gets or sets the type of the data member
|
|
Name |
Gets or sets the name of the data member
|
|
NameInProxy |
Gets the name of the member in the proxy
|
|
Order |
Gets or sets the order of the data member in the data contract
RemarksTODO: need to figure out what that things actually does |
|
XmlAnyElement |
Gets or sets a value that indicates whether to treat the member as xml
|
|
XmlAttribute |
Gets a sets a value that indicates whether the data member is serialized as xml attribte
|
|
XmlInlineList |
Gets a sets a value that indicates whether the data member is serialized as xml inline list
|
|
XmlName |
Gets or sets the xml name of the data member
|
|
XmlNamespace |
Gets or sets the Xml namespace of the data member
|
|
XmlOmitDefaultValue |
Gets a sets a value that indicates whether the data member is not serialized when set to its default value
|
|
XmlText |
Gets a sets a value that indicates whether the data member is serialized as inline text
|