Class SaleStakeholder
Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SaleStakeholder.
Inheritance
object ←
Carrier ←
SaleStakeholder
Inherited Members
Carrier.TableRight,
Carrier.FieldProperties,
object.ToString(),
object.Equals(object),
object.Equals(object, object),
object.ReferenceEquals(object, object),
object.GetHashCode(),
object.GetType(),
object.MemberwiseClone()
Examples
Get SaleStakeholder 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new SaleAgent(configuration);
var saleStakeholder = agent.GetSaleStakeholder( 123 );
Use :
All SaleStakeholder: “SaleStakeholder”
Constructors
SaleStakeholder()
Default constructor - defaults any enum props to 0.
Properties
Optional comment text
Property Value
string
Contact ID of person or contact who is the sale stakeholder
Property Value
int
Contact name
Property Value
string
CountryId
Country id - primary key
Property Value
int
EmailAddress
E-mail address
Property Value
string
EmailDescription
E-mail description
Property Value
string
EmailId
E-mail address id - Primary key
Property Value
int
Firstname
First name
Property Value
string
Lastname
Last name
Property Value
string
MiddleName
Middle name or ‘van’ etc.
Property Value
string
Mrmrs
e.g. Mrs, Mr, Ms, Dr.
Property Value
string
PersonId
Person id - Primary key
Property Value
int
Phone
Phone number
Property Value
string
PhoneId
Primary key
Property Value
int
Rank
Rank in list of stakeholders
Property Value
short
SaleId
Parent sale
Property Value
int
SaleStakeholderId
Primary key
Property Value
int
StakeholderRoleId
Stakeholde role list id - Primary key
Property Value
int
StakeholderRoleName
Stakeholder role name
Property Value
string
See Also
SaleAgent,
ArchiveAgent,