ResultSet Class
Namespace: PTS.Modules.ResultComponent
Assembly: PTS.Modules.ResultComponent.dll
Syntax
public class ResultSet : IResult
Inheritance
System.Object
ResultSet
Implements
Constructors
ResultSet()
Declaration
public ResultSet()
Properties
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
On
Declaration
public DateTime On { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Results
Declaration
public ReadOnlyCollection<Result> Results { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<Result> |
Type
Declaration
public ResultType Type { get; }
Property Value
Type | Description |
---|---|
ResultType |
Methods
Add(IResult)
Declaration
public void Add(IResult result)
Parameters
Type | Name | Description |
---|---|---|
IResult | result |
Add(ResultType, String)
Declaration
public void Add(ResultType type, string message)
Parameters
Type | Name | Description |
---|---|---|
ResultType | type | |
System.String | message |
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()