PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CompanyFileItem

    Inheritance
    System.Object
    CompanyFileItem
    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: StdBE100.Informa
    Assembly: StdBE100.dll
    Syntax
    public class CompanyFileItem

    Constructors

    CompanyFileItem()

    Declaration
    public CompanyFileItem()

    Properties

    Address

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

    CaeCode

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

    CaeDescription

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

    ConstitutionDate

    Declaration
    public string ConstitutionDate { 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

    FaxNumber

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

    LastPublishedBalance

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

    LegalForm

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

    Name

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

    PhoneNumber

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

    PostalCode

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

    PostalDescription

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

    State

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

    StateCode

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

    Vat

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

    Website

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