UpsertCaseRequest Members
Microsoft Robotics Class Reference
The UpsertCaseRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UpsertCaseRequest |
Initializes a new instance of the UpsertCaseRequest class
|
Methods
Name | Description | |
---|---|---|
Clone |
Clones UpsertCaseRequest
(Overrides TestCaseState. . :: .Clone() () ().) |
|
CopyTo |
Copies the data member values of the current UpsertCaseRequest to the specified target object
(Overrides TestCaseState. . :: .CopyTo(IDssSerializable).) |
|
Deserialize |
Deserializes UpsertCaseRequest
(Overrides TestCaseState. . :: .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 data member values of the current UpsertCaseRequest to the specified writer
(Overrides TestCaseState. . :: .Serialize(BinaryWriter).) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Description |
Test case description
(Inherited from TestCaseState.) |
|
EndTime |
End time
(Inherited from TestCaseState.) |
|
EndTimeSpecified |
True if an end time was specified on test case completion
(Inherited from TestCaseState.) |
|
Fail |
Fail count
(Inherited from TestCaseState.) |
|
Name |
Test case name
(Inherited from TestCaseState.) |
|
Pass |
Pass count
(Inherited from TestCaseState.) |
|
StartTime |
Start time
(Inherited from TestCaseState.) |
|
StartTimeSpecified |
True if a start time was specified
(Inherited from TestCaseState.) |