Table of Contents

Class Buyoff

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

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

buyoffId short

The unique identifier for this buyoff.

name string

The buyoff name.

Exceptions

ArgumentNullException

name is null.

Properties

BuyoffId

Gets the unique identifier for this buyoff.

[DataMember]
public short BuyoffId { get; }

Property Value

short

Name

Gets the buyoff name.

[DataMember]
public string Name { get; }

Property Value

string