Outcome Member Details
|
|
Outcome Public Enumerations
|
|
|
|
|
|
Outcome Constructors
|
New
|
|
The Plain-Vanilla Constructor |
Public Sub New()
|
Remarks:
|
|
|
Parameters:
|
|
|
|
New
|
|
Instantiates an Outcome with a given Name |
Public Sub New(ByVal Nomen As String)
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
Nomen
As
String
|
|
|
|
|
|
|
Outcome Public Properties
|
Name
|
|
The Name of this Outcome, usually a lower-case letter |
Category: Misc |
Public Property Name() As String
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
String |
|
|
|
|
|
|
Outcome Public Methods
|
CompareTo
|
|
Returns < 1 if This Instance is Less Than OC, 0 if Equal, > 1 if Greater |
Public Function CompareTo(ByVal OC As Outcome) As Int32
|
Remarks:
|
|
|
Parameters:
|
|
ByVal
OC
As
Outcome
|
Return Value:
|
|
Int32 |
|
|
ToString
|
|
Returns a String Representation of this Outcome |
Public Overrides Function ToString() As String
|
Remarks:
|
|
|
Parameters:
|
|
|
Return Value:
|
|
String |
|
|
|
|
|
|
|
|