Class ProposalSequenceItem
A class which either serves up a pre-defined Proposal or generates a new one based on pre-defined parameters. A sequence of sequence items makes up a ProposalSequence.
Inheritance
System.Object
ProposalSequenceItem
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()
Namespace: GDA
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public class ProposalSequenceItem
Methods
GetProposal()
If a pre-defined Proposal is present, returns that proposal. Otherwise, generates a new proposal.
Declaration
public Proposal GetProposal()
Returns
Type | Description |
---|---|
Proposal |