Class References
This class holds typical references used in an invoice
Inheritance
System.Object
References
Implements
System.ComponentModel.INotifyPropertyChanged
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: Dangl.AVACloud.Client
Assembly: Dangl.AVACloud.Client.dll
Syntax
public class References : INotifyPropertyChanged
Properties
| Improve this Doc View SourceBuyerReference
An internal reference used by the buyer
Declaration
[JsonProperty("buyerReference", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string BuyerReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContractReference
Reference to a contract
Declaration
[JsonProperty("contractReference", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ContractReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DispatchAdviceReference
Reference to a dispatch advice
Declaration
[JsonProperty("dispatchAdviceReference", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string DispatchAdviceReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InvoicedObjectIdentifier
Reference to a custom item, e.g. a phone number, person,
contract or anything that would identify the invoice in the buyer's system
Declaration
[JsonProperty("invoicedObjectIdentifier", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string InvoicedObjectIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProjectReference
Reference to a project
Declaration
[JsonProperty("projectReference", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ProjectReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PurchaseOrderReference
Reference to a purchase order created by the buyer
Declaration
[JsonProperty("purchaseOrderReference", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string PurchaseOrderReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReceivingAdviceReference
Reference to a delivery note
Declaration
[JsonProperty("receivingAdviceReference", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ReceivingAdviceReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SalesOrderReference
Reference to a sales order created by the seller
Declaration
[JsonProperty("salesOrderReference", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SalesOrderReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TenderOrLotReference
Reference to a tender or lot
Declaration
[JsonProperty("tenderOrLotReference", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string TenderOrLotReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceFromJson(String)
Declaration
public static References FromJson(string data)
Parameters
Type | Name | Description |
---|---|---|
System.String | data |
Returns
Type | Description |
---|---|
References |
RaisePropertyChanged(String)
Declaration
protected virtual void RaisePropertyChanged(string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged