PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBEInformaDBAccount

    Inheritance
    System.Object
    BasBEInformaDBAccount
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: BasBE100
    Assembly: BasBE100.dll
    Syntax
    public class BasBEInformaDBAccount

    Constructors

    BasBEInformaDBAccount()

    Declaration
    public BasBEInformaDBAccount()

    Properties

    AccountName

    Declaration
    public string AccountName { get; set; }
    Property Value
    Type Description
    System.String

    CreatedBy

    Declaration
    public string CreatedBy { get; set; }
    Property Value
    Type Description
    System.String

    CreatedOn

    Declaration
    public DateTime CreatedOn { get; set; }
    Property Value
    Type Description
    System.DateTime

    CreditLimit

    Declaration
    public double CreditLimit { get; set; }
    Property Value
    Type Description
    System.Double

    Currency

    Declaration
    public string Currency { get; set; }
    Property Value
    Type Description
    System.String

    Duns

    Declaration
    public string Duns { get; set; }
    Property Value
    Type Description
    System.String

    Email

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    System.String

    FailureScore

    Declaration
    public int FailureScore { get; set; }
    Property Value
    Type Description
    System.Int32

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    InformaDBState

    Declaration
    public string InformaDBState { get; set; }
    Property Value
    Type Description
    System.String

    InformaRating

    Declaration
    public string InformaRating { get; set; }
    Property Value
    Type Description
    System.String

    InsolvencyProceedings

    Declaration
    public int InsolvencyProceedings { get; set; }
    Property Value
    Type Description
    System.Int32

    LastInformaUpdate

    Declaration
    public DateTime? LastInformaUpdate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    LinkedEntity

    Declaration
    public string LinkedEntity { get; set; }
    Property Value
    Type Description
    System.String

    LinkedEntityType

    Declaration
    public string LinkedEntityType { get; set; }
    Property Value
    Type Description
    System.String

    ModifiedBy

    Declaration
    public string ModifiedBy { get; set; }
    Property Value
    Type Description
    System.String

    ModifiedOn

    Declaration
    public DateTime ModifiedOn { get; set; }
    Property Value
    Type Description
    System.DateTime

    Notifications

    Declaration
    public List<BasBEInformaDBNotification> Notifications { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<BasBEInformaDBNotification>

    OpenInsolvencyActions

    Declaration
    public int OpenInsolvencyActions { get; set; }
    Property Value
    Type Description
    System.Int32

    Phone

    Declaration
    public string Phone { get; set; }
    Property Value
    Type Description
    System.String

    ProductKey

    Declaration
    public string ProductKey { get; set; }
    Property Value
    Type Description
    System.String

    ProductName

    Declaration
    public string ProductName { get; set; }
    Property Value
    Type Description
    System.String

    Products

    Declaration
    public List<BasBEInformaDBProduct> Products { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<BasBEInformaDBProduct>

    ProductValue

    Declaration
    public string ProductValue { get; set; }
    Property Value
    Type Description
    System.String

    ReceiveAlert

    Declaration
    public bool ReceiveAlert { get; set; }
    Property Value
    Type Description
    System.Boolean

    ReportData

    Declaration
    public string ReportData { get; set; }
    Property Value
    Type Description
    System.String

    RiskIndicator

    Declaration
    public string RiskIndicator { get; set; }
    Property Value
    Type Description
    System.String

    SpecialRevitalizationProcess

    Declaration
    public int SpecialRevitalizationProcess { get; set; }
    Property Value
    Type Description
    System.Int32

    TaxId

    Declaration
    public string TaxId { get; set; }
    Property Value
    Type Description
    System.String

    Website

    Declaration
    public string Website { get; set; }
    Property Value
    Type Description
    System.String