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()
Assembly: BasBE100.dll
public class BasBEInformaDBAccount
Constructors
Declaration
public BasBEInformaDBAccount()
Properties
Declaration
public string AccountName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CreatedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public double CreditLimit { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string Currency { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Duns { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int FailureScore { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string InformaDBState { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string InformaRating { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int InsolvencyProceedings { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public DateTime? LastInformaUpdate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public string LinkedEntity { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LinkedEntityType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ModifiedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime ModifiedOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public List<BasBEInformaDBNotification> Notifications { get; set; }
Property Value
Declaration
public int OpenInsolvencyActions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Phone { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ProductKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ProductName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<BasBEInformaDBProduct> Products { get; set; }
Property Value
Declaration
public string ProductValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool ReceiveAlert { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string ReportData { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string RiskIndicator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int SpecialRevitalizationProcess { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string TaxId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Website { get; set; }
Property Value
Type |
Description |
System.String |
|