Search Results for

    Show / Hide Table of Contents

    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 Source

    BuyerReference

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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 Source

    FromJson(String)

    Declaration
    public static References FromJson(string data)
    Parameters
    Type Name Description
    System.String data
    Returns
    Type Description
    References
    | Improve this Doc View Source

    RaisePropertyChanged(String)

    Declaration
    protected virtual void RaisePropertyChanged(string propertyName = null)
    Parameters
    Type Name Description
    System.String propertyName
    | Improve this Doc View Source

    ToJson()

    Declaration
    public string ToJson()
    Returns
    Type Description
    System.String

    Events

    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH