Class Buyoff
A buyoff.
[DataContract(IsReference = true)]
public class Buyoff
- Inheritance
-
Buyoff
- Inherited Members
Constructors
Buyoff(short, string)
Initializes a new instance of the Buyoff class.
public Buyoff(short buyoffId, string name)
Parameters
Exceptions
- ArgumentNullException
nameis null.
Properties
BuyoffId
Gets the unique identifier for this buyoff.
[DataMember]
public short BuyoffId { get; }
Property Value
Name
Gets the buyoff name.
[DataMember]
public string Name { get; }