EnumerationDataContractInfo Members
Microsoft Robotics Class Reference
The EnumerationDataContractInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EnumerationDataContractInfo |
Initializes a new instance of the EnumerationDataContractInfo 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 DataContractBase. . :: . .CopyTo(IDssSerializable).) |
|
Deserialize |
Deserializes the values of the members from a reader
(Overrides DataContractBase. . :: . .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 DataContractBase. . :: . .Serialize(BinaryWriter).) |
|
ShouldSerializeDeclaringContract |
Gets a value that indicates whether to serialize the
(Inherited from DataContractBase.)
CopyC#
DeclaringContract |
|
ShouldSerializeTypeReference |
Gets a value that indicates whether to serialize the
(Inherited from DataContractBase.)
CopyC#
TypeReference |
|
ShouldSerializeValues |
Gets a value that indicates whether to serialize the
CopyC#
Values |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
BaseType |
Gets or sets the base type of the data contract.
(Inherited from DataContractBase.)RemarksFor
CopyC#
EnumDataContract |
|
CanCombineValues |
Gets a value that indicates whether the enumeration value can be used as flags
|
|
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.) |
|
DeclaringContract |
Gets or sets the declaring contract of data contract.
(Inherited from DataContractBase.)RemarksThis value is only set if the contract is different from the xml namespace |
|
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.) |
|
FullName |
Gets or sets the fully qualified type name of the data contract
(Inherited from DataContractBase.) |
|
IsBrowsable |
Gets or sets a value that indicates whether the contract element is visable is design tools
(Inherited from ContractElement.) |
|
Name |
Gets the name of the type
(Inherited from DataContractBase.) |
|
Namespace |
Gets the namespace of the type
(Inherited from DataContractBase.) |
|
TypeReference |
Gets or sets the reference that can be used to refer to the type of the data contract
(Inherited from DataContractBase.) |
|
Values |
Gets the values of the enumeration
|
|
XmlName |
Gets or sets the xml name of the data contract
(Inherited from DataContractBase.) |
|
XmlNamespace |
Gets or sets the xml namespace of the data contract
(Inherited from DataContractBase.) |