SolutionStatusInfo Class

Class SolutionStatusInfo.
[DataContract()] 
public class SolutionStatusInfo : DataObject
This language is not supported or no code example is available.
[DataContract()] 
public ref class SolutionStatusInfo : public DataObject^
This language is not supported or no code example is available.
public  
DataContract() 
class SolutionStatusInfo 
extends DataObject
This language is not supported or no code example is available.
Name Description
Public constructor SolutionStatusInfo(DateTime, SolutionStatusType) Initializes a new instance of the SolutionStatusInfo class.
Top
Name Description
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property Mode Gets or sets the mode.
Public property Solution Gets or sets the solution.
Public property Type Gets the type.
Public property TypeId Gets the type identifier.
Top
Methods
 
Name Description
Public method Clone() (inherited from DataObject).
Public method ToJSON() Returns a JSON formatted String that represents this instance. (inherited from Event).
Public method ToString() Returns a String that represents this instance. (inherited from Event).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top

In this article

Definition